Variables | |
tuple | PFElectronTranslator |
00001 cms.EDProducer("PFElectronTranslator", 00002 PFCandidate = cms.InputTag("pfSelectedElectrons"), 00003 PFCandidateElectron = cms.InputTag("particleFlowTmp:electrons"), 00004 GSFTracks = cms.InputTag("electronGsfTracks"), 00005 PFBasicClusters = cms.string("pf"), 00006 PFPreshowerClusters = cms.string("pf"), 00007 PFSuperClusters = cms.string("pf"), 00008 ElectronMVA = cms.string("pf"), 00009 ElectronSC = cms.string("pf"), 00010 PFGsfElectron = cms.string("pf"), 00011 PFGsfElectronCore = cms.string("pf"), 00012 MVACutBlock = cms.PSet(pfElecMva), 00013 CheckStatusFlag = cms.bool(True), 00014 isolationValues = cms.PSet( 00015 pfChargedHadrons = cms.InputTag('elPFIsoValueCharged04PFId'), 00016 pfPhotons = cms.InputTag('elPFIsoValueGamma04PFId'), 00017 pfNeutralHadrons= cms.InputTag('elPFIsoValueNeutral04PFId')) 00018 )
Definition at line 5 of file pfElectronTranslator_cfi.py.