File indexing completed on 2023-03-17 10:58:07
0001
0002
0003 numev=20
0004 tnum=11
0005 DQMSEQUENCE=DQM
0006 step=a
0007
0008 eval `scramv1 r -sh`
0009
0010
0011 cmsDriver.py test_${tnum}_${step}_1 -s RAW2DIGI,RECO,${DQMSEQUENCE} -n ${numev} --eventcontent DQM --datatier DQMIO --conditions 91X_dataRun2_v3 --era Run2_2016 --filein file:/eos/uscms/store/user/wangz/data/RAW_singleElectron.root --data --no_exec --python_filename=test_${tnum}_${step}_1.py
0012
0013 cmsRun -e test_${tnum}_${step}_1.py 2>&1 | tee p${tnum}.1.log
0014
0015 if [ $? -ne 0 ]; then
0016 return 1
0017 fi
0018
0019 mv FrameworkJobReport{,_${tnum}_${step}_1}.xml
0020