1 |
edwenger |
1.1 |
#!/bin/sh
|
2 |
|
|
|
3 |
|
|
infile="/store/relval/CMSSW_3_4_0_pre5/RelValHydjetQ_MinBias_4TeV/GEN-SIM-RAW/MC_3XY_V12-v1/0002/F4B78E40-0FCC-DE11-9C42-0030487A322E.root"
|
4 |
|
|
outfile="zmumuAcc_GEN.root"
|
5 |
|
|
|
6 |
|
|
cmsDriver.py GeneratorInterface/PyquenInterface/python/Pyquen_Zmumu_4TeV_dimuonAcc_cfi.py -n 1 \
|
7 |
|
|
-s GEN:hiSignal --scenario HeavyIons --himix \
|
8 |
|
|
--conditions FrontierConditions_GlobalTag,MC_3XY_V12::All \
|
9 |
|
|
--datatier 'GEN' --eventcontent=RAWDEBUG \
|
10 |
|
|
--filein=$infile --fileout=$outfile --processName 'HISIGNAL' \
|
11 |
|
|
--no_exec
|