CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrackingParticleSelectionForEfficiency_cfi.py
Go to the documentation of this file.
2 
3 TrackingParticleSelectionForEfficiency = cms.PSet(
4  lipTP = cms.double(30.0),
5  chargedOnlyTP = cms.bool(True),
6  stableOnlyTP = cms.bool(False),
7  pdgIdTP = cms.vint32(),
8  signalOnlyTP = cms.bool(False),
9  minRapidityTP = cms.double(-2.5),
10  minHitTP = cms.int32(0),
11  ptMinTP = cms.double(0.005),
12  maxRapidityTP = cms.double(2.5),
13  tipTP = cms.double(60)
14 )