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("pfSelectedElectrons"),
7  PFCandidateElectron = cms.InputTag("particleFlowTmp:electrons"),
8  GSFTracks = cms.InputTag("electronGsfTracks"),
9  PFBasicClusters = cms.string("pf"),
10  PFPreshowerClusters = cms.string("pf"),
11  PFSuperClusters = cms.string("pf"),
12  ElectronMVA = cms.string("pf"),
13  ElectronSC = cms.string("pf"),
14  PFGsfElectron = cms.string("pf"),
15  PFGsfElectronCore = cms.string("pf"),
16  MVACutBlock = cms.PSet(pfElecMva),
17  CheckStatusFlag = cms.bool(True),
18  isolationValues = cms.PSet(
19  pfChargedHadrons = cms.InputTag('elPFIsoValueCharged04PFId'),
20  pfPhotons = cms.InputTag('elPFIsoValueGamma04PFId'),
21  pfNeutralHadrons= cms.InputTag('elPFIsoValueNeutral04PFId'))
22  )