CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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.string("preid"),
7  oldTrackCollection = cms.InputTag("generalTracksBeforeMixing"),
8  newTrackCollection = cms.InputTag("generalTracks"),
9  seedCollection = cms.InputTag("trackerDrivenElectronSeeds","SeedsForGsf"),
10  idCollection = cms.InputTag("trackerDrivenElectronSeeds","preid")
11  )