Skip to content

Commit ae0687a

Browse files
committed
driver11 and 12
1 parent d848cfd commit ae0687a

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

DQMServices/Components/python/test/customDQM.py

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ def customise(process):
1414
wantSummary = cms.untracked.bool(True)
1515
)
1616

17+
#using the DQMROOT means that the reco output will be empty
1718
process.DQMoutput.outputCommands.append('drop *')
1819
process.DQMoutput.outputCommands.append('keep *_MEtoEDMConverter_*_*')
1920

DQMServices/Components/test/driver11a.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ step=a
77

88
eval `scramv1 r -sh`
99

10-
cmsDriver.py test_${tnum}_${step}_1 -s RAW2DIGI,RECO,${DQMSEQUENCE} -n ${numev} --eventcontent DQM --conditions auto:com10 --filein file:/afs/cern.ch/cms/CAF/CMSCOMM/COMM_DQM/DQMTest/MinimumBias__RAW__v1__165633__1CC420EE-B686-E011-A788-0030487CD6E8.root --data --customise DQMServices/Components/test/customDQM.py --no_exec --python_filename=test_${tnum}_${step}_1.py
10+
cmsDriver.py test_${tnum}_${step}_1 -s RAW2DIGI,RECO,${DQMSEQUENCE} -n ${numev} --eventcontent DQM --datatier DQMROOT --conditions auto:com10 --filein file:/afs/cern.ch/cms/CAF/CMSCOMM/COMM_DQM/DQMTest/MinimumBias__RAW__v1__165633__1CC420EE-B686-E011-A788-0030487CD6E8.root --data --customise DQMServices/Components/test/customDQM.py --no_exec --python_filename=test_${tnum}_${step}_1.py
1111

1212
cmsRun -e test_${tnum}_${step}_1.py >& p${tnum}.1.log
1313

DQMServices/Components/test/driver11b.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tnum=11
66
DQMSEQUENCE=HARVESTING:dqmHarvesting
77
step=b
88

9-
cmsDriver.py test_${tnum}_${step}_1 -s ${DQMSEQUENCE} --conditions auto:com10 --data --filein file:test_${tnum}_a_1_RAW2DIGI_RECO_DQM.root --scenario pp --customise DQMServices/Components/test/customHarvesting.py --no_exec --python_filename=test_${tnum}_${step}_1.py
9+
cmsDriver.py test_${tnum}_${step}_1 -s ${DQMSEQUENCE} --conditions auto:com10 --data --filetype DQM --filein file:test_${tnum}_a_1_RAW2DIGI_RECO_DQM.root --scenario pp --customise DQMServices/Components/test/customHarvesting.py --no_exec --python_filename=test_${tnum}_${step}_1.py
1010
cmsRun -e test_${tnum}_${step}_1.py &> q${tnum}.1.log
1111

1212
if [ $? -ne 0 ]; then

DQMServices/Components/test/driver12a.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ DQMSEQUENCE=DQM
66
tnum=12
77
step=a
88

9-
cmsDriver.py test_${tnum}_${step}_1 -s RAW2DIGI,RECO,${DQMSEQUENCE} -n 100 --eventcontent DQM --conditions auto:com10 --scenario HeavyIons --data --customise DQMServices/Components/test/customHeavyIons.py --processName RECO2 --no_exec --python_filename=test_${tnum}_${step}_1.py
9+
cmsDriver.py test_${tnum}_${step}_1 -s RAW2DIGI,RECO,${DQMSEQUENCE} -n 100 --eventcontent DQM --datatier DQMROOT --conditions auto:com10 --scenario HeavyIons --data --customise DQMServices/Components/test/customHeavyIons.py --processName RECO2 --no_exec --python_filename=test_${tnum}_${step}_1.py
1010

1111
cmsRun -e test_${tnum}_${step}_1.py >& p12.1.log
1212

DQMServices/Components/test/driver12b.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tnum=12
66
DQMSEQUENCE=HARVESTING:dqmHarvesting
77
step=b
88

9-
cmsDriver.py test_${tnum}_${step}_1 -s ${DQMSEQUENCE} --scenario HeavyIons --conditions=auto:com10 --data --filein file:test_${tnum}_a_1_RAW2DIGI_RECO_DQM.root --no_exec --python_filename=test_${tnum}_${step}_1.py
9+
cmsDriver.py test_${tnum}_${step}_1 -s ${DQMSEQUENCE} --scenario HeavyIons --conditions=auto:com10 --data --filetype DQM --filein file:test_${tnum}_a_1_RAW2DIGI_RECO_DQM.root --no_exec --python_filename=test_${tnum}_${step}_1.py
1010

1111
cmsRun -e test_${tnum}_${step}_1.py >& q12.1.log
1212

0 commit comments

Comments
 (0)