CMS 3D CMS Logo

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

Variables

tuple positiveCombinedMVAV2Computer
 

Variable Documentation

tuple positiveCombinedMVAV2Computer_cfi.positiveCombinedMVAV2Computer
Initial value:
1 = cms.ESProducer("CombinedMVAV2JetTagESProducer",
2  jetTagComputers = cms.vstring(
3  'positiveOnlyJetProbabilityComputer',
4  'positiveOnlyJetBProbabilityComputer',
5  'positiveCombinedSecondaryVertexV2Computer',
6  'positiveSoftPFMuonComputer',
7  'positiveSoftPFElectronComputer'
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 positiveCombinedMVAV2Computer_cfi.py.