Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:27:30

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 pfSuperClusterReader = cms.EDAnalyzer("PFSuperClusterReader",
0004                                       GSFTracks = cms.InputTag("electronGsfTracks"),
0005                                       SuperClusterRefMap = cms.InputTag("pfElectronTranslator:pf"),
0006                                       MVAMap = cms.InputTag("pfElectronTranslator:pf"),
0007                                       PFCandidate = cms.InputTag("particleFlowTmp:electrons")
0008                                       )