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
14
namespace
CLHEP
{
15
16
//-******************************
17
//
18
// Hep4RotationInterface
19
//
20
//-******************************
21
22
double
Hep4RotationInterface::getTolerance
() {
return
tolerance
;}
23
double
Hep4RotationInterface::setTolerance
(
double
tol ) {
24
double
t =
tolerance
;
tolerance
= tol;
return
t;
25
}
26
27
double
Hep4RotationInterface::tolerance
=
28
Hep4RotationInterface::ToleranceTicks
* 1.0e-08;
29
30
31
//-******************************
32
//
33
// Hep3RotationInterface
34
//
35
//-******************************
36
37
}
// namespace CLHEP
CLHEP::Hep4RotationInterface::setTolerance
static double setTolerance(double tol)
Definition:
RotationInterfaces.cc:23
CLHEP::Hep4RotationInterface::tolerance
static double tolerance
Definition:
RotationInterfaces.h:117
CLHEP::Hep4RotationInterface::getTolerance
static double getTolerance()
Definition:
RotationInterfaces.cc:22
CLHEP::Hep4RotationInterface::ToleranceTicks
static const int ToleranceTicks
Definition:
RotationInterfaces.h:196
CLHEP
Definition:
DiagMatrix.h:23
CLHEP-CLHEP_2_4_6_4
Vector
src
RotationInterfaces.cc
Generated by
1.9.6