23 namespace serialization {
27 #include <boost/serialization/base_object.hpp>
46 void SetX0(Double_t x0) { fX0 = x0; };
47 void SetAX(Double_t ax) { fAX = ax; };
48 void SetY0(Double_t y0) { fY0 = y0; };
49 void SetAY(Double_t ay) { fAY = ay; };
55 Double_t
GetX0() {
return fX0; };
56 Double_t
GetAX() {
return fAX; };
57 Double_t
GetY0() {
return fY0; };
58 Double_t
GetAY() {
return fAY; };
64 void AddHitIndex(Int_t hitIndex) { fHitIndices.push_back(hitIndex); };
66 Int_t
GetHitIndex(Int_t ihit) {
return fHitIndices.at(ihit); };
71 template<
class Archive>
74 ar& boost::serialization::base_object<FairTimeStamp>(*this);
89 std::vector<Int_t> fHitIndices;
void SetAYERr(Double_t aye)
void AddHitIndex(Int_t hitIndex)
friend class boost::serialization::access
Int_t GetHitIndex(Int_t ihit)
void SetAXErr(Double_t axe)
void SetX0Err(Double_t x0e)
void serialize(Archive &ar, const unsigned int)
void SetY0Err(Double_t y0e)