Variables | |
tuple | TrackingParticleSelectionForEfficiency |
00001 cms.PSet( 00002 lipTP = cms.double(30.0), 00003 chargedOnlyTP = cms.bool(True), 00004 stableOnlyTP = cms.bool(False), 00005 pdgIdTP = cms.vint32(), 00006 signalOnlyTP = cms.bool(False), 00007 minRapidityTP = cms.double(-2.5), 00008 minHitTP = cms.int32(3), 00009 ptMinTP = cms.double(0.005), 00010 maxRapidityTP = cms.double(2.5), 00011 tipTP = cms.double(60) 00012 )
Definition at line 3 of file TrackingParticleSelectionForEfficiency_cfi.py.