CMS 3D CMS Logo

ElectronSeedTrackRefFix_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 fixedTrackerDrivenElectronSeeds = cms.EDProducer(
4  "ElectronSeedTrackRefFix",
5  PreGsfLabel = cms.string("SeedsForGsf"),
6  PreIdLabel = cms.vstring("preid",),
7  oldTrackCollection = cms.InputTag("generalTracksBeforeMixing"),
8  newTrackCollection = cms.InputTag("generalTracks"),
9  seedCollection = cms.InputTag("trackerDrivenElectronSeeds","SeedsForGsf"),
10  idCollection = cms.VInputTag("trackerDrivenElectronSeeds:preid",)
11  )