CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/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(False),
00009     minRapidityTP = cms.double(-2.5),
00010     minHitTP = cms.int32(3),
00011     ptMinTP = cms.double(0.005),
00012     maxRapidityTP = cms.double(2.5),
00013     tipTP = cms.double(60)
00014 )