CMS 3D CMS Logo

SimNOBEAM_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # CMSSW/Geant4 interface
5 
6 g4SimHits.NonBeamEvent = cms.bool(True)
7 g4SimHits.Generator.HepMCProductLabel = cms.InputTag('generatorSmeared')
8 g4SimHits.Generator.ApplyEtaCuts = cms.bool(False)
9 
10 psimTask = cms.Task(cms.TaskPlaceholder("randomEngineStateProducer"), g4SimHits)
11 psim = cms.Sequence(psimTask)
12 
13