CMS 3D CMS Logo

Variables

SoftLeptonByMLP_cfi Namespace Reference

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

Variable Documentation

Initial value:
00001 cms.ESProducer("ElectronTaggerESProducer",
00002     ipSign = cms.string("negative")
00003 )

Definition at line 13 of file SoftLeptonByMLP_cfi.py.

Initial value:
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.

Initial value:
00001 cms.ESProducer("MuonTaggerESProducer",
00002     ipSign = cms.string("negative")
00003 )

Definition at line 34 of file SoftLeptonByMLP_cfi.py.

Initial value:
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.

Initial value:
00001 cms.ESProducer("ElectronTaggerESProducer",
00002     ipSign = cms.string("positive")
00003 )

Definition at line 20 of file SoftLeptonByMLP_cfi.py.

Initial value:
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.

Initial value:
00001 cms.ESProducer("MuonTaggerESProducer",
00002     ipSign = cms.string("positive")
00003 )

Definition at line 41 of file SoftLeptonByMLP_cfi.py.

Initial value:
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.

Initial value:
00001 cms.ESProducer("ElectronTaggerESProducer",
00002     ipSign = cms.string("any")
00003 )

Definition at line 6 of file SoftLeptonByMLP_cfi.py.

Initial value:
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.

Initial value:
00001 cms.ESProducer("MuonTaggerESProducer",
00002     ipSign = cms.string("any")
00003 )

Definition at line 27 of file SoftLeptonByMLP_cfi.py.

Initial value:
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.