Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/aid/EVENT/Track.aid
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down