14#include <boost/serialization/access.hpp>
27 template<
typename DataT>
31 friend class boost::serialization::access;
51 DataT
T()
const {
return fT; }
61 std::string
ToString(
int indentLevel = 0)
const;
73 friend class boost::serialization::access;
74 template<
class Archive>
std::string ToString(CbmCutId id)
Convert CbmCutId to a string representation.
Common constant definitions for the Kalman Filter library.
DataT fT
time coordinate of the measurement
MeasurementTime(DataT t, DataT dt2, DataT ndfT)
MeasurementTime()=default
default constructor
DataT fDt2
rms^2 of the time coordinate measurement
bool IsFinite() const
Checks, if all fields are finite.
void serialize(Archive &ar, const unsigned int)
DataT fNdfT
ndf for the time coordinate measurement
bool IsUndefined() const
Checks, if some fields are undefined.
bool IsFinite(const T &val)
Checks whether a variable of a particular type is finite.
bool IsUndefined(const T &val)
Checks whether a variable of a particular type defined.