Skip to content

Commit

Permalink
corrected input file
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Hoehle committed Jul 15, 2014
1 parent 98e956b commit 43e923e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GeneratorInterface/LHEInterface/test/testReader_cfg.py
Expand Up @@ -4,7 +4,7 @@
process = cms.Process("LHE")

process.source = cms.Source("LHESource",
fileNames = cms.untracked.vstring('file:/afs/cern.ch/user/l/lgray/work/public/CMSSW_7_0_0_pre2/src/2.0.0beta4/VBF_HAA_reweight/Events/VBF_HAA_reweight4/unweighted_events.lhe')
fileNames = cms.untracked.vstring('file:ttbar.lhe')
)

process.maxEvents = cms.untracked.PSet(input = cms.untracked.int32(-1))
Expand Down

0 comments on commit 43e923e

Please sign in to comment.