CLHEP VERSION Reference Documentation
   
CLHEP Home Page     CLHEP Documentation     CLHEP Bug Reports

RotationInterfaces.cc
Go to the documentation of this file.
1 // -*- C++ -*-
2 // $Id: RotationInterfaces.cc,v 1.2 2003/08/13 20:00:14 garren Exp $
3 // ---------------------------------------------------------------------------
4 //
5 // This file is a part of the CLHEP - a Class Library for High Energy Physics.
6 //
7 // This is the implementation of those few parts of the Hep4RotationInterface
8 // and Hep3RotationInterface classes which are neither inline nor pure virtual.
9 //
10 
11 #ifdef GNUPRAGMA
12 #pragma implementation
13 #endif
14 
15 #include "CLHEP/Vector/defs.h"
16 #include "CLHEP/Vector/RotationInterfaces.h"
17 
18 namespace CLHEP {
19 
20 //-******************************
21 //
22 // Hep4RotationInterface
23 //
24 //-******************************
25 
28  double t = tolerance; tolerance = tol; return t;
29 }
30 
33 
34 
35 //-******************************
36 //
37 // Hep3RotationInterface
38 //
39 //-******************************
40 
41 } // namespace CLHEP
CLHEP::Hep4RotationInterface::setTolerance
static double setTolerance(double tol)
Definition: RotationInterfaces.cc:27
CLHEP::Hep4RotationInterface::ToleranceTicks
@ ToleranceTicks
Definition: Geometry/CLHEP/Vector/RotationInterfaces.h:197
CLHEP::Hep4RotationInterface::getTolerance
static double getTolerance()
Definition: RotationInterfaces.cc:26
CLHEP::Hep4RotationInterface::tolerance
static double tolerance
Definition: Geometry/CLHEP/Vector/RotationInterfaces.h:118
CLHEP
Definition: ClhepVersion.h:13