From 85b5ce38ccd87b625580f5717ed6f0b347b4679d Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Sat, 27 Jul 2024 16:07:11 +0200 Subject: [PATCH] Remove ctx for consistency with all the other definitions --- Detector/DetComponents/src/MergeCells.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Detector/DetComponents/src/MergeCells.h b/Detector/DetComponents/src/MergeCells.h index 695ed76..8bf1288 100644 --- a/Detector/DetComponents/src/MergeCells.h +++ b/Detector/DetComponents/src/MergeCells.h @@ -42,7 +42,7 @@ class MergeCells : public Gaudi::Algorithm { /** Execute. * @return status code */ - virtual StatusCode execute(const EventContext& ctx) const final; + virtual StatusCode execute(const EventContext&) const final; /** Finalize. * @return status code