5#ifndef SND_MTC_MTCDETPOINT_H_
6#define SND_MTC_MTCDETPOINT_H_
8#include "FairMCPoint.h"
27 MTCDetPoint(Int_t trackID, Int_t detID, TVector3 pos, TVector3 mom,
28 Double_t tof, Double_t length, Double_t eLoss, Int_t pdgcode);
38 using FairMCPoint::Print;
39 virtual void Print()
const;
42 return static_cast<int>(fDetectorID / 1000000) % 100;
45 return static_cast<int>(fDetectorID / 100000) % 10;
MTCDetPoint & operator=(const MTCDetPoint &point)=default
MTCDetPoint(const MTCDetPoint &point)=default
Int_t GetLayerType() const
virtual void Print() const