Revision: | 1.2 |
Committed: | Mon Dec 1 17:25:09 2008 UTC (16 years, 5 months ago) by bendavid |
Content type: | text/x-python |
Branch: | MAIN |
CVS Tags: | Mit_008pre2, Mit_008pre1, Mit_006b, Mit_006a |
Changes since 1.1: | +2 -3 lines |
Log Message: | Remove unused configuration option |
# | User | Rev | Content |
---|---|---|---|
1 | bendavid | 1.2 | # $Id: gsfTrackAssociator_cff.py,v 1.1 2008/11/04 19:25:56 bendavid Exp $ |
2 | bendavid | 1.1 | |
3 | import FWCore.ParameterSet.Config as cms | ||
4 | |||
5 | gsfTrackAssociator = cms.EDProducer("TrackToTrackAssociator", | ||
6 | fromTracks = cms.untracked.string('pixelMatchGsfFit'), | ||
7 | bendavid | 1.2 | toTracks = cms.untracked.string('generalTracks') |
8 | bendavid | 1.1 | ) |