CbmRoot
Loading...
Searching...
No Matches
boost::serialization Namespace Reference

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)
 

Detailed Description

Serializer for SIMD vectors.

Function Documentation

◆ load() [1/2]

template<class Archive >
void boost::serialization::load ( Archive & ar,
cbm::algo::kf::fvec & vect,
unsigned int  )

Definition at line 43 of file KfSimdVc.h.

References buffer.

◆ load() [2/2]

template<class Archive >
void boost::serialization::load ( Archive & ar,
ROOT::Math::XYZVector & val,
const unsigned int  )

Definition at line 28 of file detectors/tof/Hit.h.

References x, and y.

◆ save() [1/2]

template<class Archive >
void boost::serialization::save ( Archive & ar,
const cbm::algo::kf::fvec & vect,
unsigned int  )

Definition at line 33 of file KfSimdVc.h.

References buffer.

◆ save() [2/2]

template<class Archive >
void boost::serialization::save ( Archive & ar,
const ROOT::Math::XYZVector & val,
const unsigned int  )

Definition at line 20 of file detectors/tof/Hit.h.

◆ serialize() [1/2]

template<class Archive >
void boost::serialization::serialize ( Archive & ar,
cbm::algo::kf::fvec & vect,
const unsigned int version )

Definition at line 53 of file KfSimdVc.h.

◆ serialize() [2/2]

template<class Archive >
void boost::serialization::serialize ( Archive & ar,
ROOT::Math::XYZVector & val,
const unsigned int version )

Definition at line 36 of file detectors/tof/Hit.h.