Parent Directory
|
Revision Log
|
Revision Graph
Revision 1.4 - (view) (download) (as text)
| 1 : | fabiocos | 1.1 | import FWCore.ParameterSet.Config as cms |
| 2 : | |||
| 3 : | fabiocos | 1.2 | # Hector transport of particles along the beam pipe for very forward detectors |
| 4 : | fabiocos | 1.4 | from SimTransport.HectorProducer.HectorTransportZDC_cfi import * |
| 5 : | fabiocos | 1.2 | |
| 6 : | fabiocos | 1.1 | # CMSSW/Geant4 interface |
| 7 : | from SimG4Core.Configuration.SimG4Core_cff import * | ||
| 8 : | fabiocos | 1.2 | |
| 9 : | fabiocos | 1.4 | # use Hector output instead of the generator one |
| 10 : | g4SimHits.Generator.HepMCProductLabel = cms.string('LHCTransport') | ||
| 11 : | |||
| 12 : | psim = cms.Sequence(cms.SequencePlaceholder("randomEngineStateProducer")*LHCTransport*g4SimHits) | ||
| 13 : | fabiocos | 1.1 | |
| 14 : |
| CERN LCG CVS service | ViewVC Help |
| Powered by ViewVC 1.0.9 |