Skip to content
Snippets Groups Projects

Removing outdated error message about HISubtractedCellMakerTool not being migrated to MT

Merged Riccardo Longo requested to merge rlongo/athena:Fix-ATLASRECTS-6076 into master
1 file
+ 0
5
Compare changes
  • Side-by-side
  • Inline
@@ -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);
Loading