CMS 3D CMS Logo

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

Variables

tuple candidatePositiveCombinedMVAV2Computer
 

Variable Documentation

tuple candidatePositiveCombinedMVAV2Computer_cfi.candidatePositiveCombinedMVAV2Computer
Initial value:
1 = cms.ESProducer("CombinedMVAV2JetTagESProducer",
2  jetTagComputers = cms.vstring(
3  'candidatePositiveOnlyJetProbabilityComputer',
4  'candidatePositiveOnlyJetBProbabilityComputer',
5  'candidatePositiveCombinedSecondaryVertexV2Computer',
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(True),
15  gbrForestLabel = cms.string("btag_CombinedMVAv2_BDT"),
16  useGBRForest = cms.bool(True),
17  useAdaBoost = cms.bool(False),
18  weightFile = cms.FileInPath('RecoBTag/Combined/data/CombinedMVAV2_13_07_2015.weights.xml.gz')
19 )

Definition at line 3 of file candidatePositiveCombinedMVAV2Computer_cfi.py.