Revision: | 1.1 |
Committed: | Fri Aug 26 10:19:59 2011 UTC (13 years, 8 months ago) by antoniov |
Content type: | text/x-python |
Branch: | MAIN |
Log Message: | update |
# | User | Rev | Content |
---|---|---|---|
1 | antoniov | 1.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("offlinePrimaryVertices"), | ||
8 | minDistanceFromVertex = cms.double(0.0), | ||
9 | maxDistanceFromVertex = cms.double(0.4) | ||
10 | ) |