Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
네임스페이스 | 매크로 | 함수 | 변수
flatToGaussian.cc 파일 참조
#include "CLHEP/Random/Stat.h"
#include "CLHEP/Units/PhysicalConstants.h"
#include <iostream>
#include <cmath>
#include "CLHEP/Random/gaussTables.cdat"

이 파일의 소스 코드 페이지로 가기

네임스페이스

 CLHEP
 

매크로

#define Table0size   200
 
#define Table1size   250
 
#define Table2size   200
 
#define Table3size   250
 
#define Table4size   1000
 
#define TableSize   (Table0size+Table1size+Table2size+Table3size+Table4size)
 
#define Table0step   (2.0E-13)
 
#define Table1step   (4.0E-11)
 
#define Table2step   (1.0E-8)
 
#define Table3step   (2.0E-6)
 
#define Table4step   (5.0E-4)
 
#define Table0offset   0
 
#define Table1offset   (2*(Table0size))
 
#define Table2offset   (2*(Table0size + Table1size))
 
#define Table3offset   (2*(Table0size + Table1size + Table2size))
 
#define Table4offset   (2*(Table0size + Table1size + Table2size + Table3size))
 

함수

double CLHEP::transformSmall (double r)
 

변수

static const int CLHEP::Tsizes [5]
 
static const double CLHEP::Tsteps [5]
 
static const int CLHEP::Toffsets [5]
 
static const double CLHEP::gaussTables [2 *TableSize]
 

매크로 문서화

#define Table0offset   0

flatToGaussian.cc 파일의 71 번째 라인에서 정의되었습니다.

#define Table0size   200

flatToGaussian.cc 파일의 46 번째 라인에서 정의되었습니다.

#define Table0step   (2.0E-13)

flatToGaussian.cc 파일의 59 번째 라인에서 정의되었습니다.

#define Table1offset   (2*(Table0size))

flatToGaussian.cc 파일의 72 번째 라인에서 정의되었습니다.

#define Table1size   250

flatToGaussian.cc 파일의 47 번째 라인에서 정의되었습니다.

#define Table1step   (4.0E-11)

flatToGaussian.cc 파일의 60 번째 라인에서 정의되었습니다.

#define Table2offset   (2*(Table0size + Table1size))

flatToGaussian.cc 파일의 73 번째 라인에서 정의되었습니다.

#define Table2size   200

flatToGaussian.cc 파일의 48 번째 라인에서 정의되었습니다.

#define Table2step   (1.0E-8)

flatToGaussian.cc 파일의 61 번째 라인에서 정의되었습니다.

#define Table3offset   (2*(Table0size + Table1size + Table2size))

flatToGaussian.cc 파일의 74 번째 라인에서 정의되었습니다.

#define Table3size   250

flatToGaussian.cc 파일의 49 번째 라인에서 정의되었습니다.

#define Table3step   (2.0E-6)

flatToGaussian.cc 파일의 62 번째 라인에서 정의되었습니다.

#define Table4offset   (2*(Table0size + Table1size + Table2size + Table3size))

flatToGaussian.cc 파일의 75 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CLHEP::HepStat::flatToGaussian().

#define Table4size   1000

flatToGaussian.cc 파일의 50 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CLHEP::HepStat::flatToGaussian().

#define Table4step   (5.0E-4)

flatToGaussian.cc 파일의 63 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CLHEP::HepStat::flatToGaussian().

flatToGaussian.cc 파일의 51 번째 라인에서 정의되었습니다.