//------------------------------------------------------------------------------------------------------------------------ #include #include "MpdTofPoint.h" using namespace std; ClassImp(MpdTofPoint) //------------------------------------------------------------------------------------------------------------------------ MpdTofPoint::MpdTofPoint() : FairMCPoint() { } //------------------------------------------------------------------------------------------------------------------------ MpdTofPoint::MpdTofPoint(Int_t trackID, Int_t detID, TVector3 pos, TVector3 mom, Double_t tof, Double_t length, Double_t eLoss) : FairMCPoint(trackID, detID, pos, mom, tof, length, eLoss) { } //------------------------------------------------------------------------------------------------------------------------ void MpdTofPoint::Print(const Option_t* opt) const { cout<<"\n-I- MpdTofPoint: tid="<