CMS 3D CMS Logo

preIdAnalyzer_cfi.py
Go to the documentation of this file.
1 
2 import FWCore.ParameterSet.Config as cms
3 
4 preIdAnalyzer = cms.EDAnalyzer("PreIdAnalyzer",
5  PreIdMap=cms.InputTag("trackerDrivenElectronSeeds:preid"),
6  TrackCollection=cms.InputTag("generalTracks"),
7  )