| 1 |
import FWCore.ParameterSet.Config as cms |
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 |
# CMSSW/Geant4 interface |
| 7 |
from SimG4Core.Configuration.SimG4Core_cff import * |
from SimG4Core.Configuration.SimG4Core_cff import * |
| 8 |
psim = cms.Sequence(cms.SequencePlaceholder("randomEngineStateProducer")*g4SimHits) |
|
| 9 |
|
psim = cms.Sequence(cms.SequencePlaceholder("randomEngineStateProducer")*LHCTransport*g4SimHits) |
| 10 |
|
|
| 11 |
|
|