Go to the documentation of this file.00001
00002 import FWCore.ParameterSet.Config as cms
00003
00004 preIdAnalyzer = cms.EDAnalyzer("PreIdAnalyzer",
00005 PreIdMap=cms.InputTag("trackerDrivenElectronSeeds:preid"),
00006 TrackCollection=cms.InputTag("generalTracks"),
00007 )