Skip to content
Snippets Groups Projects

Connect Flow Elements to Muon container

1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
@@ -268,6 +268,7 @@ if jobproperties.eflowRecFlags.useFlowElements:
@@ -268,6 +268,7 @@ if jobproperties.eflowRecFlags.useFlowElements:
from eflowRec.eflowRecConf import PFMuonFlowElementAssoc
from eflowRec.eflowRecConf import PFMuonFlowElementAssoc
PFMuonFlowElementAssocAlg=PFMuonFlowElementAssoc("PFMuonFlowElementAssocAlgorithm")
PFMuonFlowElementAssocAlg=PFMuonFlowElementAssoc("PFMuonFlowElementAssocAlgorithm")
#Gaudi switch to add the experimental linker between muon clusters and neutral flow elements
#Gaudi switch to add the experimental linker between muon clusters and neutral flow elements (FE)
PFMuonFlowElementAssocAlg.m_LinkNeutralFEClusters=True
PFMuonFlowElementAssocAlg.m_LinkNeutralFEClusters=False
 
PFMuonFlowElementAssocAlg.m_UseMuonTopoClusters=False # second switch combined with first implies Muon topoclusters are linked to neutral Flow Elements
topSequence += PFMuonFlowElementAssocAlg
topSequence += PFMuonFlowElementAssocAlg
Loading