CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/RecoParticleFlow/PFTracking/python/preIdAnalyzer_cfi.py

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                                )