Geant4
11.1.1
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
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
10
#include "
CLHEP/Vector/RotationInterfaces.h
"
11
12
namespace
CLHEP
{
13
14
//-******************************
15
//
16
// Hep4RotationInterface
17
//
18
//-******************************
19
20
double
Hep4RotationInterface::tolerance
=
21
Hep4RotationInterface::ToleranceTicks
* 1.0e-08;
22
23
double
Hep4RotationInterface::getTolerance
() {
return
tolerance
;}
24
double
Hep4RotationInterface::setTolerance
(
double
tol ) {
25
double
t =
tolerance
;
tolerance
= tol;
return
t;
26
}
27
28
29
//-******************************
30
//
31
// Hep3RotationInterface
32
//
33
//-******************************
34
35
}
// namespace CLHEP
RotationInterfaces.h
CLHEP::Hep4RotationInterface::setTolerance
static double setTolerance(double tol)
Definition:
RotationInterfaces.cc:24
CLHEP::Hep4RotationInterface::tolerance
static DLL_API double tolerance
Definition:
RotationInterfaces.h:116
CLHEP::Hep4RotationInterface::getTolerance
static double getTolerance()
Definition:
RotationInterfaces.cc:23
CLHEP::Hep4RotationInterface::ToleranceTicks
@ ToleranceTicks
Definition:
RotationInterfaces.h:195
CLHEP
Definition:
DoubConv.h:17
geant4-v11.1.1
source
externals
clhep
src
RotationInterfaces.cc
Generated by
1.9.6