ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
RotationInterfaces.cc
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file RotationInterfaces.cc
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
#ifdef GNUPRAGMA
11
#pragma implementation
12
#endif
13
14
#include "
CLHEP/Vector/RotationInterfaces.h
"
15
16
namespace
CLHEP {
17
18
//-******************************
19
//
20
// Hep4RotationInterface
21
//
22
//-******************************
23
24
double
Hep4RotationInterface::tolerance
=
25
Hep4RotationInterface::ToleranceTicks
* 1.0e-08;
26
27
double
Hep4RotationInterface::getTolerance
() {
return
tolerance
;}
28
double
Hep4RotationInterface::setTolerance
(
double
tol ) {
29
double
t
=
tolerance
;
tolerance
= tol;
return
t
;
30
}
31
32
33
//-******************************
34
//
35
// Hep3RotationInterface
36
//
37
//-******************************
38
39
}
// namespace CLHEP
geant4
tree
geant4-10.6-release
source
externals
clhep
src
RotationInterfaces.cc
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:25:15
using
1.8.2 with
ECCE GitHub integration