16 printf(
"In myPoint::myPoint\n");
19 if (ignstream) myPoint::Class()->IgnoreTObjectStreamer();
27 if (ignstream) myPoint::Class()->IgnoreTObjectStreamer();
36 printf(
"In myPoint::~myPoint\n");
43 if (ignstream) myPoint::Class()->IgnoreTObjectStreamer();
50 void myPoint::CopyAMSPoint(
const AMSPoint& apt){
59 AMSPoint myPoint::GetAMSPoint()
const{
60 AMSPoint apt(_x, _y, _z);
73 printf(
"point: %f %f %f\n", _x, _y, _z);
79 printf(
"In myDir::myDir\n");
82 if (ignstream) myDir::Class()->IgnoreTObjectStreamer();
94 AMSDir adir(_theta, _phi);
102 if (ignstream) myDir::Class()->IgnoreTObjectStreamer();
113 printf(
"In myDir::~myDir\n");
120 if (ignstream) myDir::Class()->IgnoreTObjectStreamer();
125 AMSPoint apt = pt.GetAMSPoint();
127 _theta = adir.gettheta();
128 _phi = adir.getphi();
132 if (ignstream) myDir::Class()->IgnoreTObjectStreamer();
138 _theta = adir.gettheta();
139 _phi = adir.getphi();
143 if (ignstream) myDir::Class()->IgnoreTObjectStreamer();
145 _theta = adir.gettheta();
146 _phi = adir.getphi();
152 void myDir::CopyAMSPoint(
const AMSPoint& apt){
154 _theta = adir.gettheta();
155 _phi = adir.getphi();
162 void myDir::CopyAMSDir(
const AMSDir& adir){
163 _theta = adir.gettheta();
164 _phi = adir.getphi();
173 AMSDir myDir::GetAMSDir()
const{
174 AMSDir adir(_theta, _phi);
188 AMSDir adir(_theta, _phi);