![]() |
|
|||
File indexing completed on 2024-04-06 12:03:44
0001 import FWCore.ParameterSet.Config as cms 0002 0003 # Hector transport of particles along the beam pipe for very forward detectors 0004 from SimTransport.HectorProducer.HectorTransportZDC_cfi import * 0005 0006 # CMSSW/Geant4 interface 0007 from SimG4Core.Configuration.SimG4Core_cff import * 0008 0009 # use Hector output instead of the generator one 0010 g4SimHits.Generator.HepMCProductLabel = cms.string('LHCTransport') 0011 0012 psimTask = cms.Task(cms.TaskPlaceholder("randomEngineStateProducer"), LHCTransport, g4SimHits) 0013 psim = cms.Sequence(psimTask) 0014 0015
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |