diff --git a/Reconstruction/eflowRec/share/PFlowMTConfig.py b/Reconstruction/eflowRec/share/PFlowMTConfig.py
index 52ec5cdc541a3616bf10aff3597c4bf82a82aeb5..8aff70bc3cf307fa23bc3c846edce5f64ed2592e 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