CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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  )