1 |
#!/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="gammajet20_MIX_RAW.root"
|
5 |
|
6 |
cmsDriver.py Pyquen_GammaJet_pt20_4TeV_cfi.py -n 1 \
|
7 |
-s GEN:hiSignal,SIM,DIGI,L1,DIGI2RAW --scenario HeavyIons --himix \
|
8 |
--conditions FrontierConditions_GlobalTag,MC_31X_V9::All \
|
9 |
--datatier 'GEN-SIM-RAW' --eventcontent=RAWDEBUG \
|
10 |
--filein=$infile --fileout=$outfile --processName 'HISIGNAL' \
|
11 |
--no_exec
|