12 #pragma implementation 
   15 #include "CLHEP/Vector/RotationInterfaces.h" 
   25 double Hep4RotationInterface::tolerance = 
 
   26                         Hep4RotationInterface::ToleranceTicks * 1.0e-08;
 
   28 double Hep4RotationInterface::getTolerance() {
return tolerance;} 
 
   29 double Hep4RotationInterface::setTolerance( 
double tol ) {
 
   30   double t = tolerance; tolerance = tol; 
return t;