Revision: | 1.2 |
Committed: | Fri Aug 26 18:45:07 2011 UTC (13 years, 8 months ago) by sfonseca |
Content type: | text/x-python |
Branch: | MAIN |
CVS Tags: | V01-01-01, V01-01-00, antoniov-forwardAnalysis-09Jul2012-v1, antoniov-forwardAnalysis-29Jun2012-v1, V01-00-00, antoniov-utilities-11Jun2012-v1, antoniov-forwardAnalysis-Oct072011-v1, sfonseca_10_04_2011, antoniov-forwardAnalysis-Sep182011-v1, antoniov-forwardAnalysis-Sep102011-v1, eliza_09_02_2011, sfonseca_08_26_2011, HEAD |
Changes since 1.1: | +1 -1 lines |
Log Message: | bug fix |
# | Content |
---|---|
1 | import FWCore.ParameterSet.Config as cms |
2 | |
3 | selectTracksAssociatedToPV = cms.EDProducer("TrackAssociatedWithPVSelector", |
4 | src = cms.InputTag("generalTracks"), |
5 | copyExtras = cms.untracked.bool(False), |
6 | copyTrajectories = cms.untracked.bool(False), |
7 | vertexTag = cms.InputTag("goodOfflinePrimaryVertices"), |
8 | minDistanceFromVertex = cms.double(0.0), |
9 | maxDistanceFromVertex = cms.double(0.4) |
10 | ) |