Variables | |
tuple | negativeSoftPFElectron |
tuple | negativeSoftPFElectronBJetTags |
tuple | negativeSoftPFMuon |
tuple | negativeSoftPFMuonBJetTags |
tuple | positiveSoftPFElectron |
tuple | positiveSoftPFElectronBJetTags |
tuple | positiveSoftPFMuon |
tuple | positiveSoftPFMuonBJetTags |
tuple | softPFElectron |
tuple | softPFElectronBJetTags |
tuple | softPFMuon |
tuple | softPFMuonBJetTags |
Definition at line 13 of file SoftLeptonByMLP_cfi.py.
00001 cms.EDProducer("JetTagProducer", 00002 jetTagComputer = cms.string('negativeSoftPFElectron'), 00003 tagInfos = cms.VInputTag(cms.InputTag("softPFElectronsTagInfos")) 00004 )
Definition at line 9 of file SoftLeptonByMLP_cfi.py.
Definition at line 34 of file SoftLeptonByMLP_cfi.py.
00001 cms.EDProducer("JetTagProducer", 00002 jetTagComputer = cms.string('negativeSoftPFMuon'), 00003 tagInfos = cms.VInputTag(cms.InputTag("softPFMuonsTagInfos")) 00004 )
Definition at line 30 of file SoftLeptonByMLP_cfi.py.
Definition at line 20 of file SoftLeptonByMLP_cfi.py.
00001 cms.EDProducer("JetTagProducer", 00002 jetTagComputer = cms.string('positiveSoftPFElectron'), 00003 tagInfos = cms.VInputTag(cms.InputTag("softPFElectronsTagInfos")) 00004 )
Definition at line 16 of file SoftLeptonByMLP_cfi.py.
Definition at line 41 of file SoftLeptonByMLP_cfi.py.
00001 cms.EDProducer("JetTagProducer", 00002 jetTagComputer = cms.string('positiveSoftPFMuon'), 00003 tagInfos = cms.VInputTag(cms.InputTag("softPFMuonsTagInfos")) 00004 )
Definition at line 37 of file SoftLeptonByMLP_cfi.py.
Definition at line 6 of file SoftLeptonByMLP_cfi.py.
00001 cms.EDProducer("JetTagProducer", 00002 jetTagComputer = cms.string('softPFElectron'), 00003 tagInfos = cms.VInputTag(cms.InputTag("softPFElectronsTagInfos")) 00004 )
Definition at line 2 of file SoftLeptonByMLP_cfi.py.
Definition at line 27 of file SoftLeptonByMLP_cfi.py.
00001 cms.EDProducer("JetTagProducer", 00002 jetTagComputer = cms.string('softPFMuon'), 00003 tagInfos = cms.VInputTag(cms.InputTag("softPFMuonsTagInfos")) 00004 )
Definition at line 23 of file SoftLeptonByMLP_cfi.py.