CLHEP 2.0.4.7 Reference Documentation
   
CLHEP Home Page     CLHEP Documentation     CLHEP Bug Reports

RotationInterfaces.cc

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 // $Id: RotationInterfaces.cc,v 1.2 2003/08/13 20:00:14 garren Exp $
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/defs.h"
00016 #include "CLHEP/Vector/RotationInterfaces.h"
00017 
00018 namespace CLHEP  {
00019 
00020 //-******************************
00021 //
00022 // Hep4RotationInterface
00023 //
00024 //-******************************
00025 
00026 double Hep4RotationInterface::getTolerance() {return tolerance;} 
00027 double Hep4RotationInterface::setTolerance( double tol ) {
00028   double t = tolerance; tolerance = tol; return t;
00029 }
00030 
00031 double Hep4RotationInterface::tolerance = 
00032                         Hep4RotationInterface::ToleranceTicks * 1.0e-08;
00033 
00034 
00035 //-******************************
00036 //
00037 // Hep3RotationInterface
00038 //
00039 //-******************************
00040 
00041 }  // namespace CLHEP

Generated on Thu Jul 1 22:02:31 2010 for CLHEP by  doxygen 1.4.7