src
Configuration
StandardSequences
python
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
4
from
SimTransport.HectorProducer.HectorTransportZDC_cfi
import
*
5
6
# CMSSW/Geant4 interface
7
from
SimG4Core.Configuration.SimG4Core_cff
import
*
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
SimG4Core_cff
HectorTransportZDC_cfi
Generated for CMSSW Reference Manual by
1.8.14