16#ifndef ALICEO2_DATAFORMATSTPC_HELPERS_H
17#define ALICEO2_DATAFORMATSTPC_HELPERS_H
37template <
unsigned int size>
47 static_assert(
sizeof(*this) ==
sizeof(mFixSize));
53 uint8_t mFixSize[
size];
55 static_assert(
size <= 8192,
"Size must be below 8 kb");
Class of a TPC cluster as produced by the hardware cluster finder (needs a postprocessing step to con...
constexpr int getMaxNumberOfClusters()
ClusterHardwareContainerFixedSize()
ClusterHardwareContainer const * getContainer() const
ClusterHardwareContainer * getContainer()
ClusterHardwareContainerFixedSize< 8192 > ClusterHardwareContainer8kb
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...