CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
Loading...
Searching...
No Matches
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#include "CLHEP/Vector/defs.h"
12#include "CLHEP/Vector/RotationInterfaces.h"
13
14namespace CLHEP {
15
16//-******************************
17//
18// Hep4RotationInterface
19//
20//-******************************
21
24 double t = tolerance; tolerance = tol; return t;
25}
26
29
30
31//-******************************
32//
33// Hep3RotationInterface
34//
35//-******************************
36
37} // namespace CLHEP
static double setTolerance(double tol)