Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 10:58:07

0001 #!/bin/bash
0002 
0003 numev=20
0004 tnum=11
0005 DQMSEQUENCE=DQM
0006 step=a
0007 
0008 eval `scramv1 r -sh`
0009 
0010 #cmsDriver.py test_${tnum}_${step}_1 -s RAW2DIGI,RECO,${DQMSEQUENCE} -n ${numev} --eventcontent DQM --datatier DQMIO --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
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