CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
ElectronSeedTrackRefFix_cfi Namespace Reference

Variables

tuple fixedTrackerDrivenElectronSeeds
 

Variable Documentation

tuple ElectronSeedTrackRefFix_cfi.fixedTrackerDrivenElectronSeeds
Initial value:
1 = cms.EDProducer(
2  "ElectronSeedTrackRefFix",
3  PreGsfLabel = cms.string("SeedsForGsf"),
4  PreIdLabel = cms.string("preid"),
5  oldTrackCollection = cms.InputTag("generalTracksBeforeMixing"),
6  newTrackCollection = cms.InputTag("generalTracks"),
7  seedCollection = cms.InputTag("trackerDrivenElectronSeeds","SeedsForGsf"),
8  idCollection = cms.InputTag("trackerDrivenElectronSeeds","preid")
9  )

Definition at line 3 of file ElectronSeedTrackRefFix_cfi.py.