Skip to content

Commit

Permalink
Merge pull request #13054 from smoortga/80X_CTagRetraining
Browse files Browse the repository at this point in the history
  • Loading branch information
cmsbuild committed Feb 1, 2016
2 parents 9b0e511 + 8499cf9 commit dcf12ef
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 372 deletions.
6 changes: 4 additions & 2 deletions RecoBTag/CTagging/python/charmTaggerProducer_cfi.py
Expand Up @@ -9,7 +9,7 @@
slComputerCfg = cms.PSet(
**sl_cfg.candidateCombinedSecondaryVertexSoftLeptonComputer.parameters_()
),
weightFile = cms.FileInPath('RecoBTag/CTagging/data/c_vs_udsg.weight.xml'),
weightFile = cms.FileInPath('RecoBTag/CTagging/data/c_vs_udsg_sklearn.weight.xml'),
variables = c_vs_l_vars_vpset,
computer = cms.ESInputTag('combinedSecondaryVertexSoftLeptonComputer'),
tagInfos = cms.VInputTag(
Expand All @@ -25,8 +25,10 @@
useAdaBoost = cms.bool(False)
)

charmTagsComputerCvsL.slComputerCfg.correctVertexMass = False

charmTagsComputerCvsB = charmTagsComputerCvsL.clone(
weightFile = cms.FileInPath('RecoBTag/CTagging/data/c_vs_b.weight.xml'),
weightFile = cms.FileInPath('RecoBTag/CTagging/data/c_vs_b_sklearn.weight.xml'),
variables = c_vs_b_vars_vpset
)

0 comments on commit dcf12ef

Please sign in to comment.