CMS 3D CMS Logo

pfSuperClusterReader_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 pfSuperClusterReader = cms.EDAnalyzer("PFSuperClusterReader",
4  GSFTracks = cms.InputTag("electronGsfTracks"),
5  SuperClusterRefMap = cms.InputTag("pfElectronTranslator:pf"),
6  MVAMap = cms.InputTag("pfElectronTranslator:pf"),
7  PFCandidate = cms.InputTag("particleFlowTmp:electrons")
8  )