CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/Validation/RecoTrack/python/TrackingParticleSelectionForEfficiency_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 TrackingParticleSelectionForEfficiency = cms.PSet(
00004     lipTP = cms.double(30.0),
00005     chargedOnlyTP = cms.bool(True),
00006     stableOnlyTP = cms.bool(False),
00007     pdgIdTP = cms.vint32(),
00008     signalOnlyTP = cms.bool(True),
00009     minRapidityTP = cms.double(-2.4),
00010     minHitTP = cms.int32(0),
00011     ptMinTP = cms.double(0.005),
00012     maxRapidityTP = cms.double(2.4),
00013     tipTP = cms.double(60)
00014 )
00015