CMS 3D CMS Logo

SimExtended_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
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 psimTask = cms.Task(cms.TaskPlaceholder("randomEngineStateProducer"), LHCTransport, g4SimHits)
13 psim = cms.Sequence(psimTask)
14 
15