Variables | |
tuple | pfNoElectron |
00001 cms.EDProducer( 00002 "TPPFCandidatesOnPFCandidates", 00003 enable = cms.bool( True ), 00004 verbose = cms.untracked.bool( False ), 00005 name = cms.untracked.string("noElectron"), 00006 topCollection = cms.InputTag("pfIsolatedElectrons"), 00007 bottomCollection = cms.InputTag("pfNoMuon"), 00008 )
Definition at line 3 of file pfNoElectron_cfi.py.