From a4db08c8e283a9f2e6ac624720fbaee464bd2c35 Mon Sep 17 00:00:00 2001 From: Tomas Dado <tomas.dado@cern.ch> Date: Mon, 3 Sep 2018 10:40:47 +0200 Subject: [PATCH] Added new b-tagging option Former-commit-id: d4e1867397863bcbb834c536b5954c8112049f25 --- .../xAOD/TopEventReconstructionTools/Root/KLFitterTool.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PhysicsAnalysis/TopPhys/xAOD/TopEventReconstructionTools/Root/KLFitterTool.cxx b/PhysicsAnalysis/TopPhys/xAOD/TopEventReconstructionTools/Root/KLFitterTool.cxx index 738201355c33..c2c02f2f47d9 100644 --- a/PhysicsAnalysis/TopPhys/xAOD/TopEventReconstructionTools/Root/KLFitterTool.cxx +++ b/PhysicsAnalysis/TopPhys/xAOD/TopEventReconstructionTools/Root/KLFitterTool.cxx @@ -199,6 +199,8 @@ namespace top{ m_bTaggingMethodKLFitterEnum = KLFitter::LikelihoodBase::BtaggingMethod::kVetoNoFitLight; else if (BTaggingMethod == "kVetoNoFitBoth" ) m_bTaggingMethodKLFitterEnum = KLFitter::LikelihoodBase::BtaggingMethod::kVetoNoFitBoth; + else if (BTaggingMethod == "kVetoHybridNoFit" ) + m_bTaggingMethodKLFitterEnum = KLFitter::LikelihoodBase::BtaggingMethod::kVetoHybridNoFit; else if (BTaggingMethod == "kWorkingPoint" ) m_bTaggingMethodKLFitterEnum = KLFitter::LikelihoodBase::BtaggingMethod::kWorkingPoint; else if (BTaggingMethod == "kVeto" ) -- GitLab