Go to the documentation of this file.
13 #define PI TMath::Pi()
22 myPoint(
float x=0,
float y=0,
float z=0,
bool ignstream=
true);
29 myPoint(
const AMSPoint& apt,
bool ignstream=
true);
31 void CopyAMSPoint(
const AMSPoint& apt);
36 AMSPoint GetAMSPoint()
const;
39 void setp(
float x=0,
float y=0,
float z=0);
41 inline float x()
const {
return _x;}
42 inline float y()
const {
return _y;}
43 inline float z()
const {
return _z;}
47 if(i<=0)
return _x;
else if(i==1)
return _y;
else return _z;}
50 if(i<=0)
return _x;
else if(i==1)
return _y;
else return _z;}
53 void Print(Option_t* option=
"")
const;
75 myDir(
const AMSPoint& apt,
bool ignstream=
true);
77 myDir(
const AMSDir& adir,
bool ignstream=
true);
79 void CopyAMSPoint(
const AMSPoint& apt);
81 void CopyAMSDir(
const AMSDir& apt);
86 AMSDir GetAMSDir()
const;