CMS 3D CMS Logo

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

Variables

tuple negativeSoftPFElectronComputer
 
tuple negativeSoftPFMuonComputer
 
tuple positiveSoftPFElectronComputer
 
tuple positiveSoftPFMuonComputer
 
tuple softPFElectronCommon
 
tuple softPFElectronComputer
 
tuple softPFMuonCommon
 
tuple softPFMuonComputer
 

Variable Documentation

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

Definition at line 24 of file SoftLeptonByMVAComputers_cff.py.

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

Definition at line 39 of file SoftLeptonByMVAComputers_cff.py.

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

Definition at line 29 of file SoftLeptonByMVAComputers_cff.py.

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

Definition at line 44 of file SoftLeptonByMVAComputers_cff.py.

tuple SoftLeptonByMVAComputers_cff.softPFElectronCommon
Initial value:
1 = cms.PSet(
2  useCondDB = cms.bool(True),
3  gbrForestLabel = cms.string("btag_SoftPFElectron_BDT"),
4  weightFile = cms.FileInPath('RecoBTag/SoftLepton/data/SoftPFElectron_BDT.weights.xml.gz'),
5  useGBRForest = cms.bool(True),
6  useAdaBoost = cms.bool(False)
7 )

Definition at line 3 of file SoftLeptonByMVAComputers_cff.py.

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

Definition at line 19 of file SoftLeptonByMVAComputers_cff.py.

tuple SoftLeptonByMVAComputers_cff.softPFMuonCommon
Initial value:
1 = cms.PSet(
2  useCondDB = cms.bool(True),
3  gbrForestLabel = cms.string("btag_SoftPFMuon_BDT"),
4  weightFile = cms.FileInPath('RecoBTag/SoftLepton/data/SoftPFMuon_BDT.weights.xml.gz'),
5  useGBRForest = cms.bool(True),
6  useAdaBoost = cms.bool(True)
7 )

Definition at line 11 of file SoftLeptonByMVAComputers_cff.py.

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

Definition at line 34 of file SoftLeptonByMVAComputers_cff.py.