CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/RecoParticleFlow/PFProducer/python/pfSuperClusterReader_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 pfSuperClusterReader = cms.EDAnalyzer("PFSuperClusterReader",
00004                                       GSFTracks = cms.InputTag("electronGsfTracks"),
00005                                       SuperClusterRefMap = cms.InputTag("pfElectronTranslator:pf"),
00006                                       MVAMap = cms.InputTag("pfElectronTranslator:pf"),
00007                                       PFCandidate = cms.InputTag("particleFlowTmp:electrons")
00008                                       )