Revision: | 1.6 |
Committed: | Fri Oct 2 15:48:56 2009 UTC (15 years, 7 months ago) by edwenger |
Content type: | application/x-sh |
Branch: | MAIN |
Changes since 1.5: | +9 -1 lines |
Log Message: | modifications for 330_pre6 |
# | User | Rev | Content |
---|---|---|---|
1 | edwenger | 1.6 | infile = "/store/relval/CMSSW_3_3_0_pre5/RelValHydjetQ_MinBias_4TeV/GEN-SIM-RAW/MC_31X_V8-v1/0004/D2E41C64-41AB-DE11-890F-001D09F2932B.root" |
2 | outfile = "hydjetMB_RECO.root" | ||
3 | |||
4 | cmsDriver.py hiReco -n 1 \ | ||
5 | -s RAW2DIGI,RECO --scenario HeavyIons \ | ||
6 | --conditions FrontierConditions_GlobalTag,MC_31X_V9::All \ | ||
7 | --datatier 'GEN-SIM-RECO' --eventcontent=RECODEBUG \ | ||
8 | --filein=$infile --fileout=$outfile \ | ||
9 | --no_exec |