CMS 3D CMS Logo

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

Variables

tuple heavyIonCSVComputer
 

Variable Documentation

tuple heavyIonCSVComputer_cfi.heavyIonCSVComputer
Initial value:
1 = cms.ESProducer(
2  'HeavyIonCSVESProducer',
3  sv_cfg = cms.PSet(
4  **sv_cfg.candidateCombinedSecondaryVertexV2Computer.parameters_()
5  ),
6  weightFile = cms.FileInPath('RecoBTag/Combined/data/TMVA_Btag_CsJets_PbPb2018_BDTG.weights.xml'),
7 
8  variables = heavyIonCSV_vpset,
9  tagInfos = cms.VInputTag(
10  cms.InputTag('impactParameterTagInfos'),
11  cms.InputTag('secondaryVertexFinderTagInfos'),
12  ),
13  mvaName = cms.string('BDT'),
14  useCondDB = cms.bool(False),
15  gbrForestLabel = cms.string(''),
16  useGBRForest = cms.bool(True),
17  useAdaBoost = cms.bool(False)
18  )

Definition at line 5 of file heavyIonCSVComputer_cfi.py.