Skip to content

Commit

Permalink
string HepMCProductLabel = "generatorSmeared" is deprecated, replaced…
Browse files Browse the repository at this point in the history
… by InputTag HepMCProductLabel
  • Loading branch information
boudoul committed Jan 30, 2018
1 parent 97a68a4 commit 124ed70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/StandardSequences/python/SimNOBEAM_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from SimG4Core.Configuration.SimG4Core_cff import *

g4SimHits.NonBeamEvent = cms.bool(True)
g4SimHits.Generator.HepMCProductLabel = cms.string('generatorSmeared')
g4SimHits.Generator.HepMCProductLabel = cms.InputTag('generatorSmeared')
g4SimHits.Generator.ApplyEtaCuts = cms.bool(False)

psim = cms.Sequence(cms.SequencePlaceholder("randomEngineStateProducer")*g4SimHits)
Expand Down

0 comments on commit 124ed70

Please sign in to comment.