From b9a51a68b5a1e378b3d8c68dffa8b91fb37fafc9 Mon Sep 17 00:00:00 2001 From: Matthew Thomas Anthony <matthew.thomas.anthony@cern.ch> Date: Fri, 25 Sep 2020 18:04:00 +0100 Subject: [PATCH] add Gaudi switch for the topocluster matching --- Reconstruction/eflowRec/share/PFlowMTConfig.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Reconstruction/eflowRec/share/PFlowMTConfig.py b/Reconstruction/eflowRec/share/PFlowMTConfig.py index 52ec5cdc541a..8aff70bc3cf3 100644 --- a/Reconstruction/eflowRec/share/PFlowMTConfig.py +++ b/Reconstruction/eflowRec/share/PFlowMTConfig.py @@ -268,6 +268,7 @@ if jobproperties.eflowRecFlags.useFlowElements: from eflowRec.eflowRecConf import PFMuonFlowElementAssoc PFMuonFlowElementAssocAlg=PFMuonFlowElementAssoc("PFMuonFlowElementAssocAlgorithm") - #Gaudi switch to add the experimental linker between muon clusters and neutral flow elements - PFMuonFlowElementAssocAlg.m_LinkNeutralFEClusters=True + #Gaudi switch to add the experimental linker between muon clusters and neutral flow elements (FE) + PFMuonFlowElementAssocAlg.m_LinkNeutralFEClusters=False + PFMuonFlowElementAssocAlg.m_UseMuonTopoClusters=False # second switch combined with first implies Muon topoclusters are linked to neutral Flow Elements topSequence += PFMuonFlowElementAssocAlg -- GitLab