Geant4
v4-10.4-release
메인 페이지
관련된 페이지
모듈
네임스페이스
클래스
파일들
파일 목록
파일 멤버
모두
클래스
네임스페이스들
파일들
함수
변수
타입정의
열거형 타입
열거형 멤버
Friends
매크로
그룹들
페이지들
source
externals
clhep
src
RotationInterfaces.cc
이 파일의 문서화 페이지로 가기
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::getTolerance
static double getTolerance()
Definition:
RotationInterfaces.cc:28
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::ToleranceTicks
Definition:
RotationInterfaces.h:195
다음에 의해 생성됨 :
1.8.5