From d85af5468466cb196b6abd5bebc82890a2aa993f Mon Sep 17 00:00:00 2001 From: Andre Rummler Date: Wed, 14 Jan 2026 10:00:14 +0100 Subject: [PATCH] FIX: Adding getSubdetectorHoleNumbers to aid which was added only to the pre-generated headers resulting in an error when generating headers. --- src/aid/EVENT/Track.aid | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/aid/EVENT/Track.aid b/src/aid/EVENT/Track.aid index 9b404aa58..31fde050a 100644 --- a/src/aid/EVENT/Track.aid +++ b/src/aid/EVENT/Track.aid @@ -115,6 +115,13 @@ public interface Track extends LCObject { */ public const IntVec& getSubdetectorHitNumbers() const ; + /** A vector that holds the number of holes in particular subdetectors. + * The mapping of indices to subdetectors is implementation dependent. + * To be used as convenient information or if holes are not stored in + * the data set, e.g. DST or FastMC. + * Check/set collection variable TrackSubdetectorNames for decoding the indices. + */ + public const IntVec& getSubdetectorHoleNumbers() const ; /** The tracks that have been combined to this track. */