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 trackingParticles.select = cms.PSet(
5  lipTP = cms.double(1000),
6  chargedOnlyTP = cms.bool(True),
7  pdgIdTP = cms.vint32(),
8  signalOnlyTP = cms.bool(True),
9  minRapidityTP = cms.double(-2.6),
10  minHitTP = cms.int32(3),
11  ptMinTP = cms.double(0.2),
12  maxRapidityTP = cms.double(2.6),
13  tipTP = cms.double(1000)
14 )