00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 #ifdef GNUPRAGMA
00012 #pragma implementation
00013 #endif
00014
00015 #include "CLHEP/Vector/RotationInterfaces.h"
00016
00017 namespace CLHEP {
00018
00019
00020
00021
00022
00023
00024
00025 double Hep4RotationInterface::tolerance =
00026 Hep4RotationInterface::ToleranceTicks * 1.0e-08;
00027
00028 double Hep4RotationInterface::getTolerance() {return tolerance;}
00029 double Hep4RotationInterface::setTolerance( double tol ) {
00030 double t = tolerance; tolerance = tol; return t;
00031 }
00032
00033
00034
00035
00036
00037
00038
00039
00040 }