From b3ece6a780b48a780b45d491f3db4882da851e82 Mon Sep 17 00:00:00 2001 From: enagy <elemer.nagy@cern.ch> Date: Mon, 10 Jun 2019 11:04:21 +0200 Subject: [PATCH] Include TrigBjetMonitorAlgorithm and declare this component. In addition put package_filters.txt to allow compilation only for TrigNjetMonitoring --- .../src/components/TrigBjetMonitoring_entries.cxx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Trigger/TrigMonitoring/TrigBjetMonitoring/src/components/TrigBjetMonitoring_entries.cxx b/Trigger/TrigMonitoring/TrigBjetMonitoring/src/components/TrigBjetMonitoring_entries.cxx index e9fa9546f9b3..1aa3814b0b44 100644 --- a/Trigger/TrigMonitoring/TrigBjetMonitoring/src/components/TrigBjetMonitoring_entries.cxx +++ b/Trigger/TrigMonitoring/TrigBjetMonitoring/src/components/TrigBjetMonitoring_entries.cxx @@ -1,5 +1,9 @@ +/* +Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
 +*/ #include "TrigBjetMonitoring/HLTBjetMonTool.h" - +#include "../TrigBjetMonitorAlgorithm.h" DECLARE_COMPONENT( HLTBjetMonTool ) +DECLARE_COMPONENT( TrigBjetMonitorAlgorithm ) -- GitLab