00001 import FWCore.ParameterSet.Config as cms 00002 00003 # CMSSW/Geant4 interface 00004 from SimG4Core.Configuration.SimG4Core_cff import * 00005 00006 g4SimHits.NonBeamEvent = cms.bool(True) 00007 g4SimHits.generator.HepMCProductLabel = cms.string('generator') 00008 g4SimHits.generator.ApplyEtaCuts = cms.bool(False) 00009 00010 psim = cms.Sequence(cms.SequencePlaceholder("randomEngineStateProducer")*g4SimHits) 00011 00012