ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RotationInterfaces.cc
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file RotationInterfaces.cc
1 // -*- C++ -*-
2 // ---------------------------------------------------------------------------
3 //
4 // This file is a part of the CLHEP - a Class Library for High Energy Physics.
5 //
6 // This is the implementation of those few parts of the Hep4RotationInterface
7 // and Hep3RotationInterface classes which are neither inline nor pure virtual.
8 //
9 
10 #ifdef GNUPRAGMA
11 #pragma implementation
12 #endif
13 
15 
16 namespace CLHEP {
17 
18 //-******************************
19 //
20 // Hep4RotationInterface
21 //
22 //-******************************
23 
26 
29  double t = tolerance; tolerance = tol; return t;
30 }
31 
32 
33 //-******************************
34 //
35 // Hep3RotationInterface
36 //
37 //-******************************
38 
39 } // namespace CLHEP