CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
SoftLeptonByMVA_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 SoftLeptonByMVA_cff.negativeSoftPFElectronBJetTags
Initial value:
1 = cms.EDProducer("JetTagProducer",
2  jetTagComputer = cms.string('negativeSoftPFElectronComputer'),
3  tagInfos = cms.VInputTag(cms.InputTag("softPFElectronsTagInfos"))
4 )

Definition at line 11 of file SoftLeptonByMVA_cff.py.

tuple SoftLeptonByMVA_cff.negativeSoftPFElectronComputer
Initial value:
1 = cms.ESProducer("ElectronTaggerESProducer",
2  ipSign = cms.string("negative"),
3  weightFile = cms.FileInPath('RecoBTag/SoftLepton/data/SoftPFElectron_BDT.weights.xml.gz')
4 )

Definition at line 15 of file SoftLeptonByMVA_cff.py.

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

Definition at line 35 of file SoftLeptonByMVA_cff.py.

tuple SoftLeptonByMVA_cff.negativeSoftPFMuonComputer
Initial value:
1 = cms.ESProducer("MuonTaggerESProducer",
2  ipSign = cms.string("negative"),
3  weightFile = cms.FileInPath('RecoBTag/SoftLepton/data/SoftPFMuon_BDT.weights.xml.gz')
4 )

Definition at line 39 of file SoftLeptonByMVA_cff.py.

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

Definition at line 19 of file SoftLeptonByMVA_cff.py.

tuple SoftLeptonByMVA_cff.positiveSoftPFElectronComputer
Initial value:
1 = cms.ESProducer("ElectronTaggerESProducer",
2  ipSign = cms.string("positive"),
3  weightFile = cms.FileInPath('RecoBTag/SoftLepton/data/SoftPFElectron_BDT.weights.xml.gz')
4 )

Definition at line 23 of file SoftLeptonByMVA_cff.py.

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

Definition at line 43 of file SoftLeptonByMVA_cff.py.

tuple SoftLeptonByMVA_cff.positiveSoftPFMuonComputer
Initial value:
1 = cms.ESProducer("MuonTaggerESProducer",
2  ipSign = cms.string("positive"),
3  weightFile = cms.FileInPath('RecoBTag/SoftLepton/data/SoftPFMuon_BDT.weights.xml.gz')
4 )

Definition at line 47 of file SoftLeptonByMVA_cff.py.

tuple SoftLeptonByMVA_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 SoftLeptonByMVA_cff.py.

tuple SoftLeptonByMVA_cff.softPFElectronComputer
Initial value:
1 = cms.ESProducer("ElectronTaggerESProducer",
2  ipSign = cms.string("any"),
3  weightFile = cms.FileInPath('RecoBTag/SoftLepton/data/SoftPFElectron_BDT.weights.xml.gz')
4 )

Definition at line 7 of file SoftLeptonByMVA_cff.py.

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

Definition at line 27 of file SoftLeptonByMVA_cff.py.

tuple SoftLeptonByMVA_cff.softPFMuonComputer
Initial value:
1 = cms.ESProducer("MuonTaggerESProducer",
2  ipSign = cms.string("any"),
3  weightFile = cms.FileInPath('RecoBTag/SoftLepton/data/SoftPFMuon_BDT.weights.xml.gz')
4 )

Definition at line 31 of file SoftLeptonByMVA_cff.py.