CMS 3D CMS Logo

tpSelection_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 import PhysicsTools.RecoAlgos.trackingParticleSelector_cfi
00004 tpSelection = PhysicsTools.RecoAlgos.trackingParticleSelector_cfi.trackingParticleSelector.clone()
00005 tpSelection.chargedOnly = True
00006 # trackingParticleSelector.pdgId = cms.vint32()
00007 tpSelection.tip = 120
00008 tpSelection.lip = 280
00009 tpSelection.signalOnly = False
00010 tpSelection.minRapidity = -2.5
00011 tpSelection.ptMin =0.9
00012 tpSelection.maxRapidity = 2.5
00013 tpSelection.minHit = 0
00014 
00015 

Generated on Tue Jun 9 17:49:33 2009 for CMSSW by  doxygen 1.5.4