CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SimExtended_cff.py
Go to the documentation of this file.
2 
3 # Hector transport of particles along the beam pipe for very forward detectors
5 
6 # CMSSW/Geant4 interface
8 
9 # use Hector output instead of the generator one
10 g4SimHits.Generator.HepMCProductLabel = cms.string('LHCTransport')
11 
12 psim = cms.Sequence(cms.SequencePlaceholder("randomEngineStateProducer")*LHCTransport*g4SimHits)
13 
14