From 6a3be1cd124e400808f26ef9996207d229eeaaac Mon Sep 17 00:00:00 2001
From: Tim Martin <Tim.Martin@cern.ch>
Date: Sun, 16 Jun 2019 12:44:35 +0200
Subject: [PATCH] update function call name in jet hypo to base class debug and
 printing

---
 .../TrigHypothesis/TrigHLTJetHypo/src/TrigJetHypoAlgMT.cxx    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/TrigJetHypoAlgMT.cxx b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/TrigJetHypoAlgMT.cxx
index e5934b68aa6..4a29582dfcb 100644
--- a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/TrigJetHypoAlgMT.cxx
+++ b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/TrigJetHypoAlgMT.cxx
@@ -78,8 +78,8 @@ StatusCode TrigJetHypoAlgMT::execute( const EventContext& context ) const {
 
   CHECK(decide(jets, previousDecision, outputDecisions)); 
 
-  // Common debug printing
-  printDebugInformation(outputHandle);
+  // Common debug printing and output checking
+  ATH_CHECK(hypoBaseOutputProcessing(outputHandle));
 
   return StatusCode::SUCCESS;
 }
-- 
GitLab