1 |
edwenger |
1.3 |
#!/bin/sh
|
2 |
|
|
|
3 |
|
|
infile="/store/relval/CMSSW_3_3_0_pre6/RelValHydjetQ_MinBias_4TeV/GEN-SIM-RAW/MC_31X_V9-v1/0005/1CCBE44D-F1AF-DE11-A698-001D09F27003.root"
|
4 |
|
|
outfile="dijet80_MIX_RECO.root"
|
5 |
edwenger |
1.2 |
|
6 |
|
|
cmsDriver.py Pyquen_DiJet_pt80to120_4TeV_cfi.py -n 1 \
|
7 |
|
|
-s GEN:hiSignal,SIM,DIGI,L1,DIGI2RAW,RAW2DIGI,RECO --scenario HeavyIons --himix \
|
8 |
|
|
--conditions FrontierConditions_GlobalTag,MC_31X_V9::All \
|
9 |
|
|
--datatier 'GEN-SIM-RAW-RECO' --eventcontent=FEVTDEBUG \
|
10 |
|
|
--filein=$infile --fileout=$outfile --processName 'HISIGNAL' \
|
11 |
|
|
--no_exec
|