Revision: | 1.7 |
Committed: | Sat Oct 3 18:01:30 2009 UTC (15 years, 7 months ago) by edwenger |
Content type: | application/x-sh |
Branch: | MAIN |
CVS Tags: | HEAD |
Changes since 1.6: | +4 -2 lines |
Error occurred while calculating annotation data. | |
Log Message: | minor fix. pre6 input files. |
# | Content |
---|---|
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="hydjetMB_RECO.root" |
5 | |
6 | cmsDriver.py hiReco -n 1 \ |
7 | -s RAW2DIGI,RECO --scenario HeavyIons \ |
8 | --conditions FrontierConditions_GlobalTag,MC_31X_V9::All \ |
9 | --datatier 'GEN-SIM-RECO' --eventcontent=RECODEBUG \ |
10 | --filein=$infile --fileout=$outfile \ |
11 | --no_exec |