Geant4
9.6.0
Toolkit for the simulation of the passage of particles through matter
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
n
o
p
r
s
t
z
Variables
Typedefs
b
d
f
g
h
i
n
p
s
t
u
y
Enumerations
Enumerator
_
a
c
d
e
f
g
h
i
k
l
n
o
p
r
s
t
u
v
w
x
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
v
Enumerations
c
d
e
f
g
l
m
o
r
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Related Functions
a
b
c
d
g
h
i
k
o
q
r
s
t
w
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
q
r
s
t
u
x
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
m
n
o
p
r
s
t
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
x
y
z
Enumerations
b
c
d
e
g
j
l
m
s
t
u
w
x
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Loading...
Searching...
No Matches
RotationInterfaces.cc
Go to the documentation of this file.
1
// -*- C++ -*-
2
// $Id:$
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
#ifdef GNUPRAGMA
12
#pragma implementation
13
#endif
14
15
#include "
CLHEP/Vector/RotationInterfaces.h
"
16
17
namespace
CLHEP
{
18
19
//-******************************
20
//
21
// Hep4RotationInterface
22
//
23
//-******************************
24
25
double
Hep4RotationInterface::tolerance
=
26
Hep4RotationInterface::ToleranceTicks
* 1.0e-08;
27
28
double
Hep4RotationInterface::getTolerance
() {
return
tolerance
;}
29
double
Hep4RotationInterface::setTolerance
(
double
tol ) {
30
double
t =
tolerance
;
tolerance
= tol;
return
t;
31
}
32
33
34
//-******************************
35
//
36
// Hep3RotationInterface
37
//
38
//-******************************
39
40
}
// namespace CLHEP
RotationInterfaces.h
CLHEP::Hep4RotationInterface::setTolerance
static double setTolerance(double tol)
Definition:
RotationInterfaces.cc:29
CLHEP::Hep4RotationInterface::tolerance
static DLL_API double tolerance
Definition:
RotationInterfaces.h:116
CLHEP::Hep4RotationInterface::getTolerance
static double getTolerance()
Definition:
RotationInterfaces.cc:28
CLHEP::Hep4RotationInterface::ToleranceTicks
@ ToleranceTicks
Definition:
RotationInterfaces.h:195
CLHEP
Definition:
DoubConv.h:17
geant4-v9.6.0
source
externals
clhep
src
RotationInterfaces.cc
Generated by
1.9.6