35static constexpr uint32_t MERGER_MAX_TRACK_CLUSTERS = 1024;
36static constexpr uint32_t NEIGHBOURS_MAX_N = 40;
37static constexpr float MAX_SIN_PHI_LOW = 0.99f;
38static constexpr float MAX_SIN_PHI = 0.999f;
39static constexpr float GRID_MIN_BIN_SIZE = 2.f;
40static constexpr float GRID_MAX_BIN_SIZE = 1000.f;
41static constexpr uint32_t TPC_COMP_CHUNK_SIZE = 1024;
43static constexpr uint32_t TPC_MAX_TIME_BIN_TRIGGERED = 1024;
45static constexpr uint32_t TPC_MAX_TIME_BIN_TRIGGERED = 600;