CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
pfElectronTranslator_cfi.py
Go to the documentation of this file.
2 
4 
5 pfElectronTranslator = cms.EDProducer("PFElectronTranslator",
6  PFCandidate = cms.InputTag("particleFlow:electrons"),
7  GSFTracks = cms.InputTag("electronGsfTracks"),
8  PFBasicClusters = cms.string("pf"),
9  PFPreshowerClusters = cms.string("pf"),
10  PFSuperClusters = cms.string("pf"),
11  ElectronMVA = cms.string("pf"),
12  ElectronSC = cms.string("pf"),
13  MVACutBlock = cms.PSet(pfElecMva)
14  )