Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 # DQMIO dataset to take data from and run to look at
0002 RUN=302663
0003 DATASET=/SingleElectron/Run2017D-09Aug2019_UL2017-v1/DQMIO
0004 # Workflow to take the HARVESTING step from
0005 WORKFLOW=136.834
0006 
0007 # run cmsDriver to generate baseline harvesting config
0008 $(runTheMatrix.py -l $WORKFLOW -ne | fgrep 'HARVESTING:' | grep -o 'cmsDriver.*') --no_exec
0009 pythonname=$(echo step*_HARVESTING.py)
0010 
0011 # copy data to local folder and add it to config
0012 ./dqmiofilecopy.sh $DATASET $RUN >> $pythonname
0013 
0014 # no idea where this is injected in the prod setup, but it must be somewhere.
0015 echo "process.source.lumisToProcess = cms.untracked.VLuminosityBlockRange('$RUN:1-$(($RUN+1)):0')" >> $pythonname
0016 
0017 echo '### Got all data, starting cmsRun!'
0018 
0019 cmsRun $pythonname
0020