File tree Expand file tree Collapse file tree 3 files changed +28
-3
lines changed
Alignment/OfflineValidation/test Expand file tree Collapse file tree 3 files changed +28
-3
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,26 @@ function die { echo $1: status $2 ; exit $2; }
44
55runrange=376370-379254
66
7- thistest=" Alignment/PixelBarycentre single yaml configuration unitTest (test 1/2 )"
7+ thistest=" Alignment/PixelBarycentre single yaml configuration unitTest (test 1/4 )"
88echo " TESTING $thistest ..."
99pushd test_yaml/PixBary/single/testSinglePixBary/unitTest/$runrange
1010./cmsRun validation_cfg.py config=validation.json || die " Failure running $thistest " $?
1111popd
1212
13- thistest=" Alignment/PixelBarycentre single yaml configuration mp3619 (test 2/2 )"
13+ thistest=" Alignment/PixelBarycentre single yaml configuration mp3619 (test 2/4 )"
1414echo " TESTING $thistest ..."
1515pushd test_yaml/PixBary/single/testSinglePixBary/mp3619/$runrange
1616./cmsRun validation_cfg.py config=validation.json || die " Failure running $thistest " $?
1717popd
18+
19+ thistest=" Alignment/PixelBarycentre extract yaml configuration unitTest (test 3/4)"
20+ echo " TESTING $thistest ..."
21+ pushd test_yaml/PixBary/extract/testExtractPixBary/testSinglePixBary/unitTest/$runrange
22+ ./run.sh || die " Failure running $thistest " $?
23+ popd
24+
25+ thistest=" Alignment/PixelBarycentre extract yaml configuration mp3619 (test 4/4)"
26+ echo " TESTING $thistest ..."
27+ pushd test_yaml/PixBary/extract/testExtractPixBary/testSinglePixBary/mp3619/$runrange
28+ ./run.sh || die " Failure running $thistest " $?
29+ popd
Original file line number Diff line number Diff line change 331331 " mp3619"
332332 ]
333333 }
334- }
334+ },
335+ "extract" : {
336+ "testExtractPixBary" : {
337+ "singles" : [" testSinglePixBary" ],
338+ "styles" : [" twiki" , " csv" ]
339+ }
340+ }
335341 }
336342 },
337343 "style" :{
Original file line number Diff line number Diff line change @@ -330,6 +330,13 @@ validations:
330330 alignments :
331331 - unitTest
332332 - mp3619
333+ extract :
334+ testExtractPixBary :
335+ singles :
336+ - testSinglePixBary
337+ styles :
338+ - twiki
339+ - csv
333340style :
334341 DMR :
335342 averaged :
You can’t perform that action at this time.
0 commit comments