From 8456989b52a867e1ac939d03029d2ce846d1c8d6 Mon Sep 17 00:00:00 2001 From: Riccardo Longo <riccardo.longo@cern.ch> Date: Wed, 10 Mar 2021 17:11:01 -0600 Subject: [PATCH] Removing outdated error message about HISubtractedCellMakerTool not being migrated to MT --- .../HeavyIonRec/HIJetRec/src/HISubtractedCellMakerTool.cxx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Reconstruction/HeavyIonRec/HIJetRec/src/HISubtractedCellMakerTool.cxx b/Reconstruction/HeavyIonRec/HIJetRec/src/HISubtractedCellMakerTool.cxx index 6248d6a395dd..ca3c8d9dc265 100644 --- a/Reconstruction/HeavyIonRec/HIJetRec/src/HISubtractedCellMakerTool.cxx +++ b/Reconstruction/HeavyIonRec/HIJetRec/src/HISubtractedCellMakerTool.cxx @@ -33,11 +33,6 @@ StatusCode HISubtractedCellMakerTool::initialize() StatusCode HISubtractedCellMakerTool::process (CaloCellContainer* theCells, const EventContext& ctx) const { - if (ctx.slot() > 1) { - ATH_MSG_ERROR("This tool hasn't been converted for MT."); - return StatusCode::FAILURE; - } - const xAOD::HIEventShapeContainer* shape=0; SG::ReadHandle<xAOD::HIEventShapeContainer> readHandleEvtShape ( m_eventShapeKey , ctx); -- GitLab