diff --git a/Trigger/TrigHypothesis/TrigHLTJetHypo/src/TrigJetHypoAlgMT.cxx b/Trigger/TrigHypothesis/TrigHLTJetHypo/src/TrigJetHypoAlgMT.cxx index e5934b68aa69d2aad98fa077a7eb17e64691f8ec..4a29582dfcbd3a61e0fc255b11400612036c5c49 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; }