CMS 3D CMS Logo

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

Variables

tuple charmTagsComputerCvsB
 
tuple charmTagsComputerCvsL
 

Variable Documentation

tuple charmTaggerProducer_cfi.charmTagsComputerCvsB
Initial value:
1 = charmTagsComputerCvsL.clone(
2  weightFile = cms.FileInPath('RecoBTag/CTagging/data/c_vs_b.weight.xml'),
3  variables = c_vs_b_vars_vpset
4  )

Definition at line 28 of file charmTaggerProducer_cfi.py.

tuple charmTaggerProducer_cfi.charmTagsComputerCvsL
Initial value:
1 = cms.ESProducer(
2  'CharmTaggerESProducer',
3  #clone the cfg only
4  slComputerCfg = cms.PSet(
5  **sl_cfg.candidateCombinedSecondaryVertexSoftLeptonComputer.parameters_()
6  ),
7  weightFile = cms.FileInPath('RecoBTag/CTagging/data/c_vs_udsg.weight.xml'),
8  variables = c_vs_l_vars_vpset,
9  computer = cms.ESInputTag('combinedSecondaryVertexSoftLeptonComputer'),
10  tagInfos = cms.VInputTag(
11  cms.InputTag('pfImpactParameterTagInfos'),
12  cms.InputTag('pfInclusiveSecondaryVertexFinderCvsLTagInfos'),
13  cms.InputTag('softPFMuonsTagInfos'),
14  cms.InputTag('softPFElectronsTagInfos'),
15  ),
16  mvaName = cms.string('BDT'),
17  useCondDB = cms.bool(False),
18  gbrForestLabel = cms.string(''),
19  useGBRForest = cms.bool(True),
20  useAdaBoost = cms.bool(False)
21  )

Definition at line 6 of file charmTaggerProducer_cfi.py.