16#ifndef O2_VERTEX_TRACK_INDEX
17#define O2_VERTEX_TRACK_INDEX
39 using GlobalTrackID::GlobalTrackID;
59struct hash<
o2::dataformats::VtxTrackIndex> {
63 return std::hash<o2::dataformats::GlobalTrackID>{}(
id);
Global index for barrel track: provides provenance (detectors combination), index in respective array...
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
Defining DataPointCompositeObject explicitly as copiable.