RotationInterfaces.cc

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 // $Id:$
00003 // ---------------------------------------------------------------------------
00004 //
00005 // This file is a part of the CLHEP - a Class Library for High Energy Physics.
00006 //
00007 // This is the implementation of those few parts of the Hep4RotationInterface
00008 // and Hep3RotationInterface classes which are neither inline nor pure virtual.
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 // Hep4RotationInterface
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 // Hep3RotationInterface
00037 //
00038 //-******************************
00039 
00040 }  // namespace CLHEP

Generated on Mon May 27 17:50:34 2013 for Geant4 by  doxygen 1.4.7