24 #include "StGlobals.hh"
25 #include "StThreeVector.hh"
29 cout <<
"This program tests the rotation and angular setting functions" << endl;
30 cout <<
"-------------------------------------------------------------" << endl;
43 cout <<
"\nsetMagnitude(100) " << endl;
44 vec1.setMagnitude(100);
51 cout <<
"\nsetPhi(M_PI) " << endl;
58 cout <<
"\nsetTheta(M_PI) " << endl;
65 cout <<
"\nsetMagnitude(10) " << endl;
66 vec1.setMagnitude(10);
79 double angle = M_PI/2;