70 Double_t
GetU()
const {
return fU; }
71 Double_t
GetPhi()
const {
return fPhi; }
72 Double_t
GetDu()
const {
return fDu; }
73 Double_t
GetDphi()
const {
return fDphi; }
76 void SetU(Double_t u) { fU = u; }
77 void SetPhi(Double_t phi) { fPhi = phi; }
78 void SetDu(Double_t du) { fDu = du; }
79 void SetDphi(Double_t dphi) { fDphi = dphi; }
CbmStripHit()
Default constructor.
virtual string ToString() const
Inherited from CbmBaseHit.
CbmStripHit(Int_t address, Double_t u, Double_t phi, Double_t z, Double_t du, Double_t dphi, Double_t dz, Int_t refId)
Standard constructor.
void SetPhi(Double_t phi)
virtual ~CbmStripHit()
Destructor.
void SetDphi(Double_t dphi)
CbmStripHit(Int_t address, const TVector3 &pos, const TVector3 &err, Int_t refId)
Standard constructor.