ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/DGele/PhysicsTools/RecoAlgos/data/trackingParticleSelector.cfi
Revision: 1.1.1.1 (vendor branch)
Committed: Tue Oct 20 17:15:14 2009 UTC (15 years, 6 months ago) by dgele
Branch: ANA
CVS Tags: start
Changes since 1.1: +0 -0 lines
Log Message:
version CMSSW_2_2_10

File Contents

# User Rev Content
1 dgele 1.1 module trackingParticleSelector = TrackingParticleSelector
2     {
3     InputTag src = mergedtruth:MergedTrackTruth
4     double ptMin = 0.9
5     double minRapidity =-2.4
6     double maxRapidity = 2.4
7     double tip = 3.5
8     double lip = 30
9     int32 minHit = 0
10     bool signalOnly = true
11     bool chargedOnly = true
12     vint32 pdgId = {}
13     }
14