CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SimNOBEAM_cff.py
Go to the documentation of this file.
2 
3 # CMSSW/Geant4 interface
5 
6 g4SimHits.NonBeamEvent = cms.bool(True)
7 g4SimHits.Generator.HepMCProductLabel = cms.string('generator')
8 g4SimHits.Generator.ApplyEtaCuts = cms.bool(False)
9 
10 psim = cms.Sequence(cms.SequencePlaceholder("randomEngineStateProducer")*g4SimHits)
11 
12