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; }