CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
SoftLeptonByMLP_cff Namespace Reference

Variables

tuple negativeSoftPFElectronBJetTags
 
tuple negativeSoftPFElectronComputer
 
tuple negativeSoftPFMuonBJetTags
 
tuple negativeSoftPFMuonComputer
 
tuple positiveSoftPFElectronBJetTags
 
tuple positiveSoftPFElectronComputer
 
tuple positiveSoftPFMuonBJetTags
 
tuple positiveSoftPFMuonComputer
 
tuple softPFElectronBJetTags
 
tuple softPFElectronComputer
 
tuple softPFMuonBJetTags
 
tuple softPFMuonComputer
 

Variable Documentation

tuple SoftLeptonByMLP_cff.negativeSoftPFElectronBJetTags
Initial value:
1 = cms.EDProducer("JetTagProducer",
2  jetTagComputer = cms.string('negativeSoftPFElectronComputer'),
3  tagInfos = cms.VInputTag(cms.InputTag("softPFElectronsTagInfos"))
4 )

Definition at line 10 of file SoftLeptonByMLP_cff.py.

tuple SoftLeptonByMLP_cff.negativeSoftPFElectronComputer
Initial value:
1 = cms.ESProducer("ElectronTaggerESProducer",
2  ipSign = cms.string("negative")
3 )

Definition at line 14 of file SoftLeptonByMLP_cff.py.

tuple SoftLeptonByMLP_cff.negativeSoftPFMuonBJetTags
Initial value:
1 = cms.EDProducer("JetTagProducer",
2  jetTagComputer = cms.string('negativeSoftPFMuonComputer'),
3  tagInfos = cms.VInputTag(cms.InputTag("softPFMuonsTagInfos"))
4 )

Definition at line 31 of file SoftLeptonByMLP_cff.py.

tuple SoftLeptonByMLP_cff.negativeSoftPFMuonComputer
Initial value:
1 = cms.ESProducer("MuonTaggerESProducer",
2  ipSign = cms.string("negative")
3 )

Definition at line 35 of file SoftLeptonByMLP_cff.py.

tuple SoftLeptonByMLP_cff.positiveSoftPFElectronBJetTags
Initial value:
1 = cms.EDProducer("JetTagProducer",
2  jetTagComputer = cms.string('positiveSoftPFElectronComputer'),
3  tagInfos = cms.VInputTag(cms.InputTag("softPFElectronsTagInfos"))
4 )

Definition at line 17 of file SoftLeptonByMLP_cff.py.

tuple SoftLeptonByMLP_cff.positiveSoftPFElectronComputer
Initial value:
1 = cms.ESProducer("ElectronTaggerESProducer",
2  ipSign = cms.string("positive")
3 )

Definition at line 21 of file SoftLeptonByMLP_cff.py.

tuple SoftLeptonByMLP_cff.positiveSoftPFMuonBJetTags
Initial value:
1 = cms.EDProducer("JetTagProducer",
2  jetTagComputer = cms.string('positiveSoftPFMuonComputer'),
3  tagInfos = cms.VInputTag(cms.InputTag("softPFMuonsTagInfos"))
4 )

Definition at line 38 of file SoftLeptonByMLP_cff.py.

tuple SoftLeptonByMLP_cff.positiveSoftPFMuonComputer
Initial value:
1 = cms.ESProducer("MuonTaggerESProducer",
2  ipSign = cms.string("positive")
3 )

Definition at line 42 of file SoftLeptonByMLP_cff.py.

tuple SoftLeptonByMLP_cff.softPFElectronBJetTags
Initial value:
1 = cms.EDProducer("JetTagProducer",
2  jetTagComputer = cms.string('softPFElectronComputer'),
3  tagInfos = cms.VInputTag(cms.InputTag("softPFElectronsTagInfos"))
4 )

Definition at line 3 of file SoftLeptonByMLP_cff.py.

tuple SoftLeptonByMLP_cff.softPFElectronComputer
Initial value:
1 = cms.ESProducer("ElectronTaggerESProducer",
2  ipSign = cms.string("any")
3 )

Definition at line 7 of file SoftLeptonByMLP_cff.py.

tuple SoftLeptonByMLP_cff.softPFMuonBJetTags
Initial value:
1 = cms.EDProducer("JetTagProducer",
2  jetTagComputer = cms.string('softPFMuonComputer'),
3  tagInfos = cms.VInputTag(cms.InputTag("softPFMuonsTagInfos"))
4 )

Definition at line 24 of file SoftLeptonByMLP_cff.py.

tuple SoftLeptonByMLP_cff.softPFMuonComputer
Initial value:
1 = cms.ESProducer("MuonTaggerESProducer",
2  ipSign = cms.string("any")
3 )

Definition at line 28 of file SoftLeptonByMLP_cff.py.