CbmRoot
|
Serializer for SIMD vectors. More...
Functions | |
template<class Archive > | |
void | save (Archive &ar, const ROOT::Math::XYZVector &val, const unsigned int) |
template<class Archive > | |
void | load (Archive &ar, ROOT::Math::XYZVector &val, const unsigned int) |
template<class Archive > | |
void | serialize (Archive &ar, ROOT::Math::XYZVector &val, const unsigned int version) |
template<class Archive > | |
void | save (Archive &ar, const cbm::algo::kf::fvec &vect, unsigned int) |
template<class Archive > | |
void | load (Archive &ar, cbm::algo::kf::fvec &vect, unsigned int) |
template<class Archive > | |
void | serialize (Archive &ar, cbm::algo::kf::fvec &vect, const unsigned int version) |
Serializer for SIMD vectors.
void boost::serialization::load | ( | Archive & | ar, |
cbm::algo::kf::fvec & | vect, | ||
unsigned int | ) |
Definition at line 43 of file KfSimdVc.h.
References buffer.
void boost::serialization::load | ( | Archive & | ar, |
ROOT::Math::XYZVector & | val, | ||
const unsigned int | ) |
Definition at line 28 of file detectors/tof/Hit.h.
void boost::serialization::save | ( | Archive & | ar, |
const cbm::algo::kf::fvec & | vect, | ||
unsigned int | ) |
Definition at line 33 of file KfSimdVc.h.
References buffer.
void boost::serialization::save | ( | Archive & | ar, |
const ROOT::Math::XYZVector & | val, | ||
const unsigned int | ) |
Definition at line 20 of file detectors/tof/Hit.h.
void boost::serialization::serialize | ( | Archive & | ar, |
cbm::algo::kf::fvec & | vect, | ||
const unsigned int | version ) |
Definition at line 53 of file KfSimdVc.h.
void boost::serialization::serialize | ( | Archive & | ar, |
ROOT::Math::XYZVector & | val, | ||
const unsigned int | version ) |
Definition at line 36 of file detectors/tof/Hit.h.