Geant4-11
RotationInterfaces.cc
Go to the documentation of this file.
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
11
12namespace CLHEP {
13
14//-******************************
15//
16// Hep4RotationInterface
17//
18//-******************************
19
22
25 double t = tolerance; tolerance = tol; return t;
26}
27
28
29//-******************************
30//
31// Hep3RotationInterface
32//
33//-******************************
34
35} // namespace CLHEP
static double setTolerance(double tol)
static DLL_API double tolerance
Definition: DoubConv.h:17