File indexing completed on 2024-04-06 12:09:37
0001
0002
0003 eval `scramv1 r -sh`
0004
0005 tnum=11
0006 DQMSEQUENCE=HARVESTING:dqmHarvesting
0007 step=b
0008
0009
0010 cmsDriver.py test_${tnum}_${step}_1 -s ${DQMSEQUENCE} --conditions 81X_dataRun2_v9 --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 --era Run2_2016
0011
0012
0013 if [ $? -ne 0 ]; then
0014 return 1
0015 fi
0016
0017 mv FrameworkJobReport{,_${tnum}_${step}_1}.xml
0018