Skip to content

Commit

Permalink
Merge pull request #22041 from boudoul/fixgeneratorSmeared
Browse files Browse the repository at this point in the history
replacing string "generatorSmeared" (deprecated)  by InputTag (recommended)
  • Loading branch information
cmsbuild committed Feb 4, 2018
2 parents d1b6abe + 124ed70 commit cbc8269
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 cbc8269

Please sign in to comment.