CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/Configuration/StandardSequences/python/SimExtended_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # Hector transport of particles along the beam pipe for very forward detectors
00004 from SimTransport.HectorProducer.HectorTransportZDC_cfi import *
00005 
00006 # CMSSW/Geant4 interface
00007 from SimG4Core.Configuration.SimG4Core_cff import *
00008 
00009 # use Hector output instead of the generator one
00010 g4SimHits.Generator.HepMCProductLabel = cms.string('LHCTransport')
00011 
00012 psim = cms.Sequence(cms.SequencePlaceholder("randomEngineStateProducer")*LHCTransport*g4SimHits)
00013 
00014