Skip to content

Commit

Permalink
Make clear that 'CellIDEncoding' should be used
Browse files Browse the repository at this point in the history
  • Loading branch information
BrieucF committed Nov 1, 2023
1 parent e1e99cb commit 95a0135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Detector/DetComponents/src/RedoSegmentation.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class RedoSegmentation : public GaudiAlgorithm {
/// Handle for the EDM hits to be written
DataHandle<edm4hep::SimCalorimeterHitCollection> 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<std::string> m_outHitsCellIDEncoding{
m_outHits,"CellIDEncoding", Gaudi::DataHandle::Writer};
/// New segmentation
Expand Down

0 comments on commit 95a0135

Please sign in to comment.