Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
Public 멤버 함수 | 정적 Public 멤버 함수 | Protected 멤버 함수 | 정적 Protected 멤버 함수 | Protected 속성 | 정적 Protected 속성 | Private 멤버 함수 | 모든 멤버 목록
CLHEP::RandGaussZiggurat 클래스 참조

#include <RandGaussZiggurat.h>

CLHEP::RandGaussZiggurat에 대한 상속 다이어그램 :
CLHEP::RandGauss CLHEP::HepRandom

Public 멤버 함수

 RandGaussZiggurat (HepRandomEngine &anEngine, double mean=0.0, double stdDev=1.0)
 
 RandGaussZiggurat (HepRandomEngine *anEngine, double mean=0.0, double stdDev=1.0)
 
virtual ~RandGaussZiggurat ()
 
float fire ()
 
float fire (float mean, float stdDev)
 
void fireArray (const int size, float *vect)
 
void fireArray (const int size, double *vect)
 
void fireArray (const int size, float *vect, float mean, float stdDev)
 
void fireArray (const int size, double *vect, double mean, double stdDev)
 
virtual double operator() ()
 
virtual double operator() (double mean, double stdDev)
 
std::ostream & put (std::ostream &os) const
 
std::istream & get (std::istream &is)
 
std::string name () const
 
HepRandomEngineengine ()
 
double fire (double mean, double stdDev)
 
bool getF () const
 
void setF (bool val)
 
double flat ()
 
double flat (HepRandomEngine *theNewEngine)
 
void flatArray (const int size, double *vect)
 
void flatArray (HepRandomEngine *theNewEngine, const int size, double *vect)
 

정적 Public 멤버 함수

static float shoot ()
 
static float shoot (float mean, float stdDev)
 
static void shootArray (const int size, float *vect, float mean=0.0, float stdDev=1.0)
 
static void shootArray (const int size, double *vect, double mean=0.0, double stdDev=1.0)
 
static float shoot (HepRandomEngine *anotherEngine)
 
static float shoot (HepRandomEngine *anotherEngine, float mean, float stdDev)
 
static void shootArray (HepRandomEngine *anotherEngine, const int size, float *vect, float mean=0.0, float stdDev=1.0)
 
static void shootArray (HepRandomEngine *anotherEngine, const int size, double *vect, double mean=0.0, double stdDev=1.0)
 
static std::string distributionName ()
 
static bool ziggurat_init ()
 
static double shoot (double mean, double stdDev)
 
static double shoot (HepRandomEngine *anEngine, double mean, double stdDev)
 
static bool getFlag ()
 
static void setFlag (bool val)
 
static void saveEngineStatus (const char filename[]="Config.conf")
 
static void restoreEngineStatus (const char filename[]="Config.conf")
 
static std::ostream & saveFullState (std::ostream &os)
 
static std::istream & restoreFullState (std::istream &is)
 
static std::ostream & saveDistState (std::ostream &os)
 
static std::istream & restoreDistState (std::istream &is)
 
static void setTheSeed (long seed, int lux=3)
 
static long getTheSeed ()
 
static void setTheSeeds (const long *seeds, int aux=-1)
 
static const long * getTheSeeds ()
 
static void getTheTableSeeds (long *seeds, int index)
 
static HepRandomgetTheGenerator ()
 
static void setTheEngine (HepRandomEngine *theNewEngine)
 
static HepRandomEnginegetTheEngine ()
 
static std::ostream & saveStaticRandomStates (std::ostream &os)
 
static std::istream & restoreStaticRandomStates (std::istream &is)
 
static void showEngineStatus ()
 
static int createInstance ()
 

Protected 멤버 함수

double normal ()
 

정적 Protected 멤버 함수

static unsigned long ziggurat_SHR3 (HepRandomEngine *anEngine)
 
static float ziggurat_UNI (HepRandomEngine *anEngine)
 
static float ziggurat_RNOR (HepRandomEngine *anEngine)
 
static float ziggurat_nfix (long hz, HepRandomEngine *anEngine)
 
static double getVal ()
 
static void setVal (double nextVal)
 

Protected 속성

double defaultMean
 
double defaultStdDev
 
std::shared_ptr< HepRandomEnginelocalEngine
 

정적 Protected 속성

static CLHEP_THREAD_LOCAL
unsigned long 
kn [128]
 
static CLHEP_THREAD_LOCAL
unsigned long 
ke [256]
 
static CLHEP_THREAD_LOCAL float wn [128]
 
static CLHEP_THREAD_LOCAL float fn [128]
 
static CLHEP_THREAD_LOCAL float we [256]
 
static CLHEP_THREAD_LOCAL float fe [256]
 
static CLHEP_THREAD_LOCAL bool ziggurat_is_init = false
 
static const long seedTable [215][2]
 

Private 멤버 함수

 RandGaussZiggurat (const RandGaussZiggurat &d)
 

상세한 설명

작성자
ATLAS

RandGaussZiggurat.h 파일의 37 번째 라인에서 정의되었습니다.

생성자 & 소멸자 문서화

CLHEP::RandGaussZiggurat::RandGaussZiggurat ( HepRandomEngine anEngine,
double  mean = 0.0,
double  stdDev = 1.0 
)
inline

RandGaussZiggurat.h 파일의 137 번째 라인에서 정의되었습니다.

CLHEP::RandGaussZiggurat::RandGaussZiggurat ( HepRandomEngine anEngine,
double  mean = 0.0,
double  stdDev = 1.0 
)
inline

RandGaussZiggurat.h 파일의 141 번째 라인에서 정의되었습니다.

CLHEP::RandGaussZiggurat::~RandGaussZiggurat ( )
virtual

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

CLHEP::RandGaussZiggurat::RandGaussZiggurat ( const RandGaussZiggurat d)
private

멤버 함수 문서화

int CLHEP::HepRandom::createInstance ( )
staticinherited

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

static std::string CLHEP::RandGaussZiggurat::distributionName ( )
inlinestatic

RandGaussZiggurat.h 파일의 87 번째 라인에서 정의되었습니다.

HepRandomEngine & CLHEP::RandGaussZiggurat::engine ( )
virtual

CLHEP::RandGauss(으)로부터 재구현되었습니다.

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

다음을 참조함 : CLHEP::RandGauss::engine().

float CLHEP::RandGaussZiggurat::fire ( )
inline

RandGaussZiggurat.h 파일의 67 번째 라인에서 정의되었습니다.

다음을 참조함 : CLHEP::RandGauss::defaultMean, CLHEP::RandGauss::defaultStdDev, CLHEP::RandGauss::localEngine, ziggurat_RNOR().

다음에 의해서 참조됨 : fireArray().

float CLHEP::RandGaussZiggurat::fire ( float  mean,
float  stdDev 
)
inline

RandGaussZiggurat.h 파일의 69 번째 라인에서 정의되었습니다.

다음을 참조함 : CLHEP::RandGauss::localEngine, ziggurat_RNOR().

double CLHEP::RandGauss::fire ( double  mean,
double  stdDev 
)
inlineinherited
void CLHEP::RandGaussZiggurat::fireArray ( const int  size,
float *  vect 
)

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

다음을 참조함 : CLHEP::RandGauss::defaultMean, CLHEP::RandGauss::defaultStdDev, fire().

void CLHEP::RandGaussZiggurat::fireArray ( const int  size,
double *  vect 
)

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

다음을 참조함 : CLHEP::RandGauss::defaultMean, CLHEP::RandGauss::defaultStdDev, fire().

void CLHEP::RandGaussZiggurat::fireArray ( const int  size,
float *  vect,
float  mean,
float  stdDev 
)

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

다음을 참조함 : fire().

void CLHEP::RandGaussZiggurat::fireArray ( const int  size,
double *  vect,
double  mean,
double  stdDev 
)

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

다음을 참조함 : fire().

double CLHEP::HepRandom::flat ( )
inherited

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

다음에 의해서 참조됨 : CLHEP::RandExponential::shoot().

double CLHEP::HepRandom::flat ( HepRandomEngine theNewEngine)
inlineinherited
void CLHEP::HepRandom::flatArray ( const int  size,
double *  vect 
)
inherited

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

void CLHEP::HepRandom::flatArray ( HepRandomEngine theNewEngine,
const int  size,
double *  vect 
)
inlineinherited
std::istream & CLHEP::RandGaussZiggurat::get ( std::istream &  is)
virtual

CLHEP::RandGauss(으)로부터 재구현되었습니다.

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

다음을 참조함 : CLHEP::RandGauss::get(), name().

bool CLHEP::RandGauss::getF ( ) const
inlineinherited

RandGauss.h 파일의 116 번째 라인에서 정의되었습니다.

다음을 참조함 : CLHEP::RandGauss::set.

bool CLHEP::RandGauss::getFlag ( )
staticinherited

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

다음을 참조함 : CLHEP::RandGauss::set_st.

다음에 의해서 참조됨 : CLHEP::RandGauss::saveDistState(), CLHEP::RandGauss::saveEngineStatus(), CLHEP::RandGauss::shoot().

HepRandomEngine * CLHEP::HepRandom::getTheEngine ( )
staticinherited
HepRandom * CLHEP::HepRandom::getTheGenerator ( )
staticinherited

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

다음을 참조함 : CLHEP::HepRandom::get().

long CLHEP::HepRandom::getTheSeed ( )
staticinherited

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

const long * CLHEP::HepRandom::getTheSeeds ( )
staticinherited

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

void CLHEP::HepRandom::getTheTableSeeds ( long *  seeds,
int  index 
)
staticinherited
double CLHEP::RandGauss::getVal ( )
staticprotectedinherited

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

다음을 참조함 : CLHEP::RandGauss::nextGauss_st.

다음에 의해서 참조됨 : CLHEP::RandGauss::saveDistState(), CLHEP::RandGauss::saveEngineStatus(), CLHEP::RandGauss::shoot().

std::string CLHEP::RandGaussZiggurat::name ( ) const
virtual

CLHEP::RandGauss(으)로부터 재구현되었습니다.

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

다음에 의해서 참조됨 : get(), put().

double CLHEP::RandGauss::normal ( )
protectedinherited

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

다음을 참조함 : fac, CLHEP::RandGauss::localEngine, CLHEP::RandGauss::nextGauss, CLHEP::RandGauss::set.

double CLHEP::RandGaussZiggurat::operator() ( )
virtual

CLHEP::RandGauss(으)로부터 재구현되었습니다.

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

다음을 참조함 : CLHEP::RandGauss::defaultMean, CLHEP::RandGauss::defaultStdDev, CLHEP::RandGauss::localEngine, ziggurat_RNOR().

double CLHEP::RandGaussZiggurat::operator() ( double  mean,
double  stdDev 
)
virtual

CLHEP::RandGauss(으)로부터 재구현되었습니다.

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

다음을 참조함 : CLHEP::RandGauss::localEngine, ziggurat_RNOR().

std::ostream & CLHEP::RandGaussZiggurat::put ( std::ostream &  os) const
virtual

CLHEP::RandGauss(으)로부터 재구현되었습니다.

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

다음을 참조함 : name(), CLHEP::RandGauss::put().

std::istream & CLHEP::RandGauss::restoreDistState ( std::istream &  is)
staticinherited
void CLHEP::RandGauss::restoreEngineStatus ( const char  filename[] = "Config.conf")
staticinherited
std::istream & CLHEP::RandGauss::restoreFullState ( std::istream &  is)
staticinherited

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

다음을 참조함 : CLHEP::RandGauss::restoreDistState(), CLHEP::HepRandom::restoreFullState().

std::istream & CLHEP::HepRandom::restoreStaticRandomStates ( std::istream &  is)
staticinherited

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

std::ostream & CLHEP::RandGauss::saveDistState ( std::ostream &  os)
staticinherited

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

다음을 참조함 : CLHEP::RandGauss::distributionName(), CLHEP::DoubConv::dto2longs(), CLHEP::RandGauss::getFlag(), CLHEP::RandGauss::getVal(), CLHEP::prec.

다음에 의해서 참조됨 : CLHEP::RandGauss::saveFullState().

void CLHEP::RandGauss::saveEngineStatus ( const char  filename[] = "Config.conf")
staticinherited
std::ostream & CLHEP::RandGauss::saveFullState ( std::ostream &  os)
staticinherited

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

다음을 참조함 : CLHEP::RandGauss::saveDistState(), CLHEP::HepRandom::saveFullState().

다음에 의해서 참조됨 : CLHEP::StaticRandomStates::save().

std::ostream & CLHEP::HepRandom::saveStaticRandomStates ( std::ostream &  os)
staticinherited

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

void CLHEP::RandGauss::setF ( bool  val)
inlineinherited

RandGauss.h 파일의 118 번째 라인에서 정의되었습니다.

다음을 참조함 : CLHEP::RandGauss::set.

void CLHEP::RandGauss::setFlag ( bool  val)
staticinherited

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

다음을 참조함 : CLHEP::RandGauss::set_st.

다음에 의해서 참조됨 : CLHEP::RandGauss::restoreDistState(), CLHEP::RandGauss::restoreEngineStatus(), CLHEP::RandGauss::shoot().

void CLHEP::HepRandom::setTheEngine ( HepRandomEngine theNewEngine)
staticinherited

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

다음에 의해서 참조됨 : main(), CLHEP::StaticRandomStates::restore().

void CLHEP::HepRandom::setTheSeed ( long  seed,
int  lux = 3 
)
staticinherited

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

다음에 의해서 참조됨 : main(), G4MPImanager::SetSeed().

void CLHEP::HepRandom::setTheSeeds ( const long *  seeds,
int  aux = -1 
)
staticinherited

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

다음에 의해서 참조됨 : main().

void CLHEP::RandGauss::setVal ( double  nextVal)
staticprotectedinherited

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

다음을 참조함 : CLHEP::RandGauss::nextGauss_st.

다음에 의해서 참조됨 : CLHEP::RandGauss::shoot().

static float CLHEP::RandGaussZiggurat::shoot ( )
inlinestatic

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

다음을 참조함 : CLHEP::HepRandom::getTheEngine(), ziggurat_RNOR().

다음에 의해서 참조됨 : shootArray().

static float CLHEP::RandGaussZiggurat::shoot ( float  mean,
float  stdDev 
)
inlinestatic

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

다음을 참조함 : shoot().

다음에 의해서 참조됨 : shoot().

static float CLHEP::RandGaussZiggurat::shoot ( HepRandomEngine anotherEngine)
inlinestatic

RandGaussZiggurat.h 파일의 58 번째 라인에서 정의되었습니다.

다음을 참조함 : ziggurat_RNOR().

static float CLHEP::RandGaussZiggurat::shoot ( HepRandomEngine anotherEngine,
float  mean,
float  stdDev 
)
inlinestatic

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

다음을 참조함 : shoot().

다음에 의해서 참조됨 : shoot().

static double CLHEP::RandGauss::shoot ( double  mean,
double  stdDev 
)
inlinestaticinherited
static double CLHEP::RandGauss::shoot ( HepRandomEngine anEngine,
double  mean,
double  stdDev 
)
inlinestaticinherited
void CLHEP::RandGaussZiggurat::shootArray ( const int  size,
float *  vect,
float  mean = 0.0,
float  stdDev = 1.0 
)
static

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

다음을 참조함 : shoot().

void CLHEP::RandGaussZiggurat::shootArray ( const int  size,
double *  vect,
double  mean = 0.0,
double  stdDev = 1.0 
)
static

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

다음을 참조함 : shoot().

void CLHEP::RandGaussZiggurat::shootArray ( HepRandomEngine anotherEngine,
const int  size,
float *  vect,
float  mean = 0.0,
float  stdDev = 1.0 
)
static

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

다음을 참조함 : shoot().

void CLHEP::RandGaussZiggurat::shootArray ( HepRandomEngine anotherEngine,
const int  size,
double *  vect,
double  mean = 0.0,
double  stdDev = 1.0 
)
static

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

다음을 참조함 : shoot().

void CLHEP::HepRandom::showEngineStatus ( )
staticinherited

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

다음에 의해서 참조됨 : RunMessenger::SetNewValue().

bool CLHEP::RandGaussZiggurat::ziggurat_init ( )
static

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

다음을 참조함 : fe, fn, ke, kn, we, wn, ziggurat_is_init.

다음에 의해서 참조됨 : ziggurat_nfix(), ziggurat_RNOR().

float CLHEP::RandGaussZiggurat::ziggurat_nfix ( long  hz,
HepRandomEngine anEngine 
)
staticprotected

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

다음을 참조함 : fn, kn, wn, x, y, ziggurat_init(), ziggurat_is_init, ziggurat_SHR3(), ziggurat_UNI().

다음에 의해서 참조됨 : ziggurat_RNOR().

static float CLHEP::RandGaussZiggurat::ziggurat_RNOR ( HepRandomEngine anEngine)
inlinestaticprotected

RandGaussZiggurat.h 파일의 115 번째 라인에서 정의되었습니다.

다음을 참조함 : kn, wn, ziggurat_init(), ziggurat_is_init, ziggurat_nfix(), ziggurat_SHR3().

다음에 의해서 참조됨 : fire(), operator()(), shoot().

static unsigned long CLHEP::RandGaussZiggurat::ziggurat_SHR3 ( HepRandomEngine anEngine)
inlinestaticprotected

RandGaussZiggurat.h 파일의 113 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ziggurat_nfix(), ziggurat_RNOR().

static float CLHEP::RandGaussZiggurat::ziggurat_UNI ( HepRandomEngine anEngine)
inlinestaticprotected

RandGaussZiggurat.h 파일의 114 번째 라인에서 정의되었습니다.

다음을 참조함 : CLHEP::HepRandomEngine::flat().

다음에 의해서 참조됨 : ziggurat_nfix().

멤버 데이타 문서화

double CLHEP::RandGauss::defaultMean
protectedinherited
double CLHEP::RandGauss::defaultStdDev
protectedinherited
CLHEP_THREAD_LOCAL float CLHEP::RandGaussZiggurat::fe
staticprotected

RandGaussZiggurat.h 파일의 109 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ziggurat_init().

CLHEP_THREAD_LOCAL float CLHEP::RandGaussZiggurat::fn
staticprotected

RandGaussZiggurat.h 파일의 109 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ziggurat_init(), ziggurat_nfix().

CLHEP_THREAD_LOCAL unsigned long CLHEP::RandGaussZiggurat::ke
staticprotected

RandGaussZiggurat.h 파일의 108 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ziggurat_init().

CLHEP_THREAD_LOCAL unsigned long CLHEP::RandGaussZiggurat::kn
staticprotected

RandGaussZiggurat.h 파일의 108 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ziggurat_init(), ziggurat_nfix(), ziggurat_RNOR().

std::shared_ptr<HepRandomEngine> CLHEP::RandGauss::localEngine
protectedinherited

RandGauss.h 파일의 155 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CLHEP::RandGauss::engine(), fire(), CLHEP::RandGauss::normal(), operator()(), CLHEP::RandGaussQ::operator()().

const long CLHEP::HepRandom::seedTable
staticprotectedinherited

Random.h 파일의 157 번째 라인에서 정의되었습니다.

CLHEP_THREAD_LOCAL float CLHEP::RandGaussZiggurat::we
staticprotected

RandGaussZiggurat.h 파일의 109 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ziggurat_init().

CLHEP_THREAD_LOCAL float CLHEP::RandGaussZiggurat::wn
staticprotected

RandGaussZiggurat.h 파일의 109 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ziggurat_init(), ziggurat_nfix(), ziggurat_RNOR().

CLHEP_THREAD_LOCAL bool CLHEP::RandGaussZiggurat::ziggurat_is_init = false
staticprotected

RandGaussZiggurat.h 파일의 111 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ziggurat_init(), ziggurat_nfix(), ziggurat_RNOR().


이 클래스에 대한 문서화 페이지는 다음의 파일들로부터 생성되었습니다.: