From 062ec3f9eb5ad31274a8de9dd2d67e87ff7a86a9 Mon Sep 17 00:00:00 2001 From: Laura Stephanie Miller <lmiller@lxplus707.cern.ch> Date: Sun, 27 Sep 2020 03:50:09 +0200 Subject: [PATCH] Added FE tau linking algorithm --- Reconstruction/eflowRec/src/components/eflowRec_entries.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Reconstruction/eflowRec/src/components/eflowRec_entries.cxx b/Reconstruction/eflowRec/src/components/eflowRec_entries.cxx index f0ad355de1ce..8516927133d1 100644 --- a/Reconstruction/eflowRec/src/components/eflowRec_entries.cxx +++ b/Reconstruction/eflowRec/src/components/eflowRec_entries.cxx @@ -21,6 +21,7 @@ #include "eflowRec/PFONeutralCreatorAlgorithm.h" #include "eflowRec/PFEGammaPFOAssoc.h" #include "eflowRec/PFEGamFlowElementAssoc.h" +#include "eflowRec/PFTauFlowElementAssoc.h" DECLARE_COMPONENT( eflowOverlapRemoval ) DECLARE_COMPONENT( PFLeptonSelector ) @@ -45,3 +46,4 @@ DECLARE_COMPONENT( eflowCellEOverPTool_mc12_JetETMiss) DECLARE_COMPONENT( eflowCellEOverPTool_mc12_HLLHC) DECLARE_COMPONENT( eflowCellEOverPTool_mc12_LC) DECLARE_COMPONENT( PFEGamFlowElementAssoc ) +DECLARE_COMPONENT( PFTauFlowElementAssoc ) -- GitLab