CMS 3D CMS Logo

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

Variables

tuple negativeCombinedMVAV2Computer
 

Variable Documentation

tuple negativeCombinedMVAV2Computer_cfi.negativeCombinedMVAV2Computer
Initial value:
1 = cms.ESProducer("CombinedMVAV2JetTagESProducer",
2  jetTagComputers = cms.vstring(
3  'negativeOnlyJetProbabilityComputer',
4  'negativeOnlyJetBProbabilityComputer',
5  'negativeCombinedSecondaryVertexV2Computer',
6  'negativeSoftPFMuonComputer',
7  'negativeSoftPFElectronComputer'
8  ),
9  mvaName = cms.string("bdt"),
10  variables = cms.vstring(
11  ["Jet_CSV", "Jet_CSVIVF", "Jet_JP", "Jet_JBP", "Jet_SoftMu", "Jet_SoftEl"]
12  ),
13  spectators = cms.vstring([]),
14  useCondDB = cms.bool(False),
15  useGBRForest = cms.bool(True),
16  useAdaBoost = cms.bool(True),
17  weightFile = cms.FileInPath('RecoBTag/Combined/data/CombinedMVAV2_13_07_2015.weights.xml.gz')
18 )

Definition at line 3 of file negativeCombinedMVAV2Computer_cfi.py.