16#include <boost/serialization/access.hpp>
17#include <boost/serialization/array.hpp>
24 class alignas(constants::misc::Alignment)
InputData {
87 template<
class Archive>
118 [[gnu::always_inline]]
inline void InputData::Swap(
InputData& other)
noexcept
120 std::swap(fvHits, other.fvHits);
121 std::swap(fvStreamStartIndices, other.fvStreamStartIndices);
122 std::swap(fvStreamStopIndices, other.fvStreamStopIndices);
123 std::swap(fNhitKeys, other.fNhitKeys);
Compile-time constants definition for the CA tracking algorithm.
A generic hit for the CA tracker (header)
A manager for the input-output data of the CA tracking algorithm.
ca::Hit class describes a generic hit for the CA tracker
TODO: SZh 8.11.2022: add selection of parameterisation.
unsigned int HitIndex_t
Index of ca::Hit.