12#ifndef ALICEO2_ITSMFT_TRACKING_DETAIL_TRACKINGKERNELPARAMETERS_H_
13#define ALICEO2_ITSMFT_TRACKING_DETAIL_TRACKINGKERNELPARAMETERS_H_
47static_assert(std::is_standard_layout_v<TrackingKernelParameters>);
48static_assert(std::is_trivially_copyable_v<TrackingKernelParameters>);
49static_assert(
sizeof(TrackingKernelParameters) == 20);
50static_assert(
alignof(TrackingKernelParameters) ==
alignof(
float));
51static_assert(offsetof(TrackingKernelParameters, trackletMinPt) == 0);
52static_assert(offsetof(TrackingKernelParameters, nSigmaCut) == 4);
53static_assert(offsetof(TrackingKernelParameters, maxChi2ClusterAttachment) == 8);
54static_assert(offsetof(TrackingKernelParameters, maxChi2NDF) == 12);
55static_assert(offsetof(TrackingKernelParameters, pvResolution) == 16);
uint32_t trackClusterIndicesSize noexcept
bool isValid(std::string alias)
GPUhdi() bool isValid() const noexcept
float maxChi2ClusterAttachment