CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
trackingTruthProducerSelection_cfi.py
Go to the documentation of this file.
2 from SimGeneral.MixingModule.trackingTruthProducer_cfi import trackingParticles
3 
4 trackingParticlesSelection = cms.PSet(
5  lipTP = cms.double(1000),
6  chargedOnlyTP = cms.bool(True),
7  stableOnlyTP = cms.bool(False),
8  pdgIdTP = cms.vint32(),
9  signalOnlyTP = cms.bool(False),
10  minRapidityTP = cms.double(-5.0),
11  minHitTP = cms.int32(0),
12  ptMinTP = cms.double(0.1),
13  maxRapidityTP = cms.double(5.0),
14  tipTP = cms.double(1000)
15 )
16 
17 trackingParticles.select = cms.PSet(trackingParticlesSelection)