#include <RandExpZiggurat.h>
Public 멤버 함수 | |
RandExpZiggurat (HepRandomEngine &anEngine, double mean=1.0) | |
RandExpZiggurat (HepRandomEngine *anEngine, double mean=1.0) | |
virtual | ~RandExpZiggurat () |
float | fire () |
float | fire (float mean) |
void | fireArray (const int size, float *vect) |
void | fireArray (const int size, double *vect) |
void | fireArray (const int size, float *vect, float mean) |
void | fireArray (const int size, double *vect, double mean) |
virtual double | operator() () |
float | operator() (float mean) |
std::ostream & | put (std::ostream &os) const |
std::istream & | get (std::istream &is) |
std::string | name () const |
HepRandomEngine & | engine () |
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) |
static void | shootArray (const int size, float *vect, float mean=1.0) |
static void | shootArray (const int size, double *vect, double mean=1.0) |
static float | shoot (HepRandomEngine *anEngine) |
static float | shoot (HepRandomEngine *anEngine, float mean) |
static void | shootArray (HepRandomEngine *anEngine, const int size, float *vect, float mean=1.0) |
static void | shootArray (HepRandomEngine *anEngine, const int size, double *vect, double mean=1.0) |
static std::string | distributionName () |
static bool | ziggurat_init () |
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 HepRandom * | getTheGenerator () |
static void | setTheEngine (HepRandomEngine *theNewEngine) |
static HepRandomEngine * | getTheEngine () |
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 std::ostream & | saveStaticRandomStates (std::ostream &os) |
static std::istream & | restoreStaticRandomStates (std::istream &is) |
static void | showEngineStatus () |
static int | createInstance () |
정적 Protected 멤버 함수 | |
static unsigned long | ziggurat_SHR3 (HepRandomEngine *anEngine) |
static float | ziggurat_UNI (HepRandomEngine *anEngine) |
static float | ziggurat_REXP (HepRandomEngine *anEngine) |
static float | ziggurat_efix (unsigned long jz, HepRandomEngine *anEngine) |
정적 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 멤버 함수 | |
RandExpZiggurat (const RandExpZiggurat &d) | |
Private 속성 | |
std::shared_ptr< HepRandomEngine > | localEngine |
double | defaultMean |
RandExpZiggurat.h 파일의 36 번째 라인에서 정의되었습니다.
|
inline |
RandExpZiggurat.h 파일의 158 번째 라인에서 정의되었습니다.
|
inline |
RandExpZiggurat.h 파일의 162 번째 라인에서 정의되었습니다.
|
virtual |
RandExpZiggurat.cc 파일의 18 번째 라인에서 정의되었습니다.
|
private |
RandExpZiggurat.cc 파일의 21 번째 라인에서 정의되었습니다.
|
inlinestatic |
RandExpZiggurat.h 파일의 109 번째 라인에서 정의되었습니다.
|
virtual |
|
inline |
RandExpZiggurat.h 파일의 85 번째 라인에서 정의되었습니다.
다음을 참조함 : defaultMean, fire().
다음에 의해서 참조됨 : fire(), fireArray(), operator()().
|
inline |
RandExpZiggurat.h 파일의 86 번째 라인에서 정의되었습니다.
다음을 참조함 : localEngine, ziggurat_REXP().
RandExpZiggurat.cc 파일의 50 번째 라인에서 정의되었습니다.
다음을 참조함 : defaultMean, fire().
RandExpZiggurat.cc 파일의 55 번째 라인에서 정의되었습니다.
다음을 참조함 : defaultMean, fire().
RandExpZiggurat.cc 파일의 60 번째 라인에서 정의되었습니다.
다음을 참조함 : fire().
RandExpZiggurat.cc 파일의 65 번째 라인에서 정의되었습니다.
다음을 참조함 : fire().
|
inherited |
Random.cc 파일의 196 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : CLHEP::RandExponential::shoot().
|
inlineinherited |
|
inlineinherited |
|
virtual |
CLHEP::HepRandom(으)로부터 재구현되었습니다.
RandExpZiggurat.cc 파일의 88 번째 라인에서 정의되었습니다.
다음을 참조함 : defaultMean, CLHEP::DoubConv::longs2double(), name(), CLHEP::possibleKeywordInput().
|
staticinherited |
Random.cc 파일의 265 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRandomEngine::get().
다음에 의해서 참조됨 : CLHEP::StaticRandomStates::restore(), CLHEP::RandGauss::restoreEngineStatus(), CLHEP::RandFlat::restoreEngineStatus(), CLHEP::RandGauss::saveEngineStatus(), CLHEP::RandFlat::saveEngineStatus(), CLHEP::RandGaussZiggurat::shoot(), CLHEP::RandExponential::shoot(), shoot(), CLHEP::RandBreitWigner::shoot(), CLHEP::RandChiSquare::shoot(), CLHEP::RandBinomial::shoot(), CLHEP::RandGamma::shoot(), CLHEP::RandGauss::shoot(), CLHEP::RandFlat::shoot(), CLHEP::RandPoisson::shoot(), CLHEP::RandStudentT::shoot(), CLHEP::RandPoissonQ::shoot(), CLHEP::RandFlat::shootArray().
|
staticinherited |
Random.cc 파일의 260 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRandom::get().
|
virtual |
CLHEP::HepRandom(으)로부터 재구현되었습니다.
RandExpZiggurat.cc 파일의 14 번째 라인에서 정의되었습니다.
|
virtual |
CLHEP::HepRandom(으)로부터 재구현되었습니다.
RandExpZiggurat.cc 파일의 25 번째 라인에서 정의되었습니다.
다음을 참조함 : defaultMean, fire().
|
inline |
RandExpZiggurat.h 파일의 99 번째 라인에서 정의되었습니다.
다음을 참조함 : fire().
|
virtual |
CLHEP::HepRandom(으)로부터 재구현되었습니다.
RandExpZiggurat.cc 파일의 70 번째 라인에서 정의되었습니다.
다음을 참조함 : defaultMean, CLHEP::DoubConv::dto2longs(), name().
|
inlinestaticinherited |
|
staticinherited |
Random.cc 파일의 280 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : RunMessenger::SetNewValue().
|
staticinherited |
Random.cc 파일의 290 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : CLHEP::RandGauss::restoreFullState(), CLHEP::RandFlat::restoreFullState().
|
staticinherited |
|
inlinestaticinherited |
|
staticinherited |
Random.cc 파일의 275 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4CascadeInterface::ApplyYourself(), G4HadronicProcess::PostStepDoIt(), G4CascadeInterface::Propagate().
|
staticinherited |
Random.cc 파일의 285 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4EventManager::DoProcessing(), G4EventManager::ProcessOneEvent(), CLHEP::RandGauss::saveFullState(), CLHEP::RandFlat::saveFullState().
|
staticinherited |
|
staticinherited |
Random.cc 파일의 270 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : main(), CLHEP::StaticRandomStates::restore().
Random.cc 파일의 231 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : main(), G4MPImanager::SetSeed().
|
inlinestatic |
RandExpZiggurat.h 파일의 56 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRandom::getTheEngine(), shoot().
다음에 의해서 참조됨 : shoot(), shootArray().
|
inlinestatic |
RandExpZiggurat.h 파일의 57 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRandom::getTheEngine(), shoot().
다음에 의해서 참조됨 : shoot().
|
inlinestatic |
RandExpZiggurat.h 파일의 70 번째 라인에서 정의되었습니다.
다음을 참조함 : ziggurat_REXP().
|
inlinestatic |
RandExpZiggurat.cc 파일의 30 번째 라인에서 정의되었습니다.
다음을 참조함 : shoot().
RandExpZiggurat.cc 파일의 35 번째 라인에서 정의되었습니다.
다음을 참조함 : shoot().
|
static |
RandExpZiggurat.cc 파일의 40 번째 라인에서 정의되었습니다.
다음을 참조함 : shoot().
|
static |
RandExpZiggurat.cc 파일의 45 번째 라인에서 정의되었습니다.
다음을 참조함 : shoot().
|
staticinherited |
Random.cc 파일의 303 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : RunMessenger::SetNewValue().
|
staticprotected |
RandExpZiggurat.cc 파일의 109 번째 라인에서 정의되었습니다.
다음을 참조함 : fe, ke, we, x, ziggurat_init(), ziggurat_is_init, ziggurat_SHR3(), ziggurat_UNI().
다음에 의해서 참조됨 : ziggurat_REXP().
|
static |
RandExpZiggurat.cc 파일의 129 번째 라인에서 정의되었습니다.
다음을 참조함 : fe, fn, ke, kn, we, wn, ziggurat_is_init.
다음에 의해서 참조됨 : ziggurat_efix(), ziggurat_REXP().
|
inlinestaticprotected |
RandExpZiggurat.h 파일의 137 번째 라인에서 정의되었습니다.
다음을 참조함 : ke, we, ziggurat_efix(), ziggurat_init(), ziggurat_is_init, ziggurat_SHR3().
|
inlinestaticprotected |
RandExpZiggurat.h 파일의 135 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : ziggurat_efix(), ziggurat_REXP().
|
inlinestaticprotected |
RandExpZiggurat.h 파일의 136 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRandomEngine::flat().
다음에 의해서 참조됨 : ziggurat_efix().
|
private |
RandExpZiggurat.h 파일의 151 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : fire(), fireArray(), get(), operator()(), put().
|
staticprotected |
RandExpZiggurat.h 파일의 131 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : ziggurat_efix(), ziggurat_init().
|
staticprotected |
RandExpZiggurat.h 파일의 131 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : ziggurat_init().
|
staticprotected |
RandExpZiggurat.h 파일의 130 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : ziggurat_efix(), ziggurat_init(), ziggurat_REXP().
|
staticprotected |
RandExpZiggurat.h 파일의 130 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : ziggurat_init().
|
private |
RandExpZiggurat.h 파일의 150 번째 라인에서 정의되었습니다.
|
staticprotected |
RandExpZiggurat.h 파일의 131 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : ziggurat_efix(), ziggurat_init(), ziggurat_REXP().
|
staticprotected |
RandExpZiggurat.h 파일의 131 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : ziggurat_init().
|
staticprotected |
RandExpZiggurat.h 파일의 133 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : ziggurat_efix(), ziggurat_init(), ziggurat_REXP().