From 95a01358c9e1f9c59a4788904fa47173a31b0931 Mon Sep 17 00:00:00 2001 From: BrieucF Date: Wed, 1 Nov 2023 16:18:42 +0100 Subject: [PATCH] Make clear that 'CellIDEncoding' should be used --- Detector/DetComponents/src/RedoSegmentation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Detector/DetComponents/src/RedoSegmentation.h b/Detector/DetComponents/src/RedoSegmentation.h index 17c6056..d5909e7 100644 --- a/Detector/DetComponents/src/RedoSegmentation.h +++ b/Detector/DetComponents/src/RedoSegmentation.h @@ -64,7 +64,7 @@ class RedoSegmentation : public GaudiAlgorithm { /// Handle for the EDM hits to be written DataHandle m_outHits{ "hits/caloOutHits", Gaudi::DataHandle::Writer, this}; - /// Handle for the output hits cell id encoding + /// Handle for the output hits cell id encoding. The name MUST be "CellIDEncoding" MetaDataHandle m_outHitsCellIDEncoding{ m_outHits,"CellIDEncoding", Gaudi::DataHandle::Writer}; /// New segmentation