#include <RandGauss.h>
Public 멤버 함수 | |
RandGauss (HepRandomEngine &anEngine, double mean=0.0, double stdDev=1.0) | |
RandGauss (HepRandomEngine *anEngine, double mean=0.0, double stdDev=1.0) | |
virtual | ~RandGauss () |
double | fire () |
double | fire (double mean, double stdDev) |
void | fireArray (const int size, double *vect) |
void | fireArray (const int size, double *vect, double mean, double stdDev) |
virtual double | operator() () |
virtual double | operator() (double mean, double stdDev) |
std::string | name () const |
HepRandomEngine & | engine () |
std::ostream & | put (std::ostream &os) const |
std::istream & | get (std::istream &is) |
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 double | shoot () |
static double | shoot (double mean, double stdDev) |
static void | shootArray (const int size, double *vect, double mean=0.0, double stdDev=1.0) |
static double | shoot (HepRandomEngine *anEngine) |
static double | shoot (HepRandomEngine *anEngine, double mean, double stdDev) |
static void | shootArray (HepRandomEngine *anEngine, const int size, double *vect, double mean=0.0, double stdDev=1.0) |
static std::string | distributionName () |
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 HepRandom * | getTheGenerator () |
static void | setTheEngine (HepRandomEngine *theNewEngine) |
static HepRandomEngine * | getTheEngine () |
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 double | getVal () |
static void | setVal (double nextVal) |
Protected 속성 | |
double | defaultMean |
double | defaultStdDev |
std::shared_ptr< HepRandomEngine > | localEngine |
정적 Protected 속성 | |
static const long | seedTable [215][2] |
Private 속성 | |
bool | set |
double | nextGauss |
정적 Private 속성 | |
static CLHEP_THREAD_LOCAL bool | set_st = false |
static CLHEP_THREAD_LOCAL double | nextGauss_st = 0.0 |
RandGauss.h 파일의 42 번째 라인에서 정의되었습니다.
|
inline |
|
inline |
|
virtual |
RandGauss.cc 파일의 49 번째 라인에서 정의되었습니다.
|
inlinestatic |
RandGauss.h 파일의 100 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : restoreDistState(), saveDistState().
|
virtual |
CLHEP::HepRandom(으)로부터 재구현되었습니다.
CLHEP::RandGaussQ, CLHEP::RandGaussZiggurat에서 재구현되었습니다.
RandGauss.cc 파일의 43 번째 라인에서 정의되었습니다.
다음을 참조함 : localEngine.
다음에 의해서 참조됨 : CLHEP::RandGaussZiggurat::engine(), CLHEP::RandGaussQ::engine().
double CLHEP::RandGauss::fire | ( | ) |
다음에 의해서 참조됨 : fireArray(), Par02Smearer::Gauss(), operator()().
|
inline |
RandGauss.cc 파일의 156 번째 라인에서 정의되었습니다.
다음을 참조함 : defaultMean, defaultStdDev, fire().
RandGauss.cc 파일의 162 번째 라인에서 정의되었습니다.
다음을 참조함 : fire().
|
inherited |
Random.cc 파일의 196 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : CLHEP::RandExponential::shoot().
|
inlineinherited |
|
inlineinherited |
|
virtual |
CLHEP::HepRandom(으)로부터 재구현되었습니다.
CLHEP::RandGaussQ, CLHEP::RandGaussZiggurat에서 재구현되었습니다.
RandGauss.cc 파일의 275 번째 라인에서 정의되었습니다.
다음을 참조함 : c1, c2, defaultMean, defaultStdDev, CLHEP::DoubConv::longs2double(), name(), nextGauss, CLHEP::possibleKeywordInput(), set.
다음에 의해서 참조됨 : CLHEP::RandGaussZiggurat::get(), CLHEP::RandGaussQ::get().
|
inline |
RandGauss.h 파일의 116 번째 라인에서 정의되었습니다.
다음을 참조함 : set.
|
static |
RandGauss.cc 파일의 169 번째 라인에서 정의되었습니다.
다음을 참조함 : set_st.
다음에 의해서 참조됨 : saveDistState(), saveEngineStatus(), shoot().
|
staticinherited |
Random.cc 파일의 265 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRandomEngine::get().
다음에 의해서 참조됨 : CLHEP::StaticRandomStates::restore(), restoreEngineStatus(), CLHEP::RandFlat::restoreEngineStatus(), saveEngineStatus(), CLHEP::RandFlat::saveEngineStatus(), CLHEP::RandGaussZiggurat::shoot(), CLHEP::RandExponential::shoot(), CLHEP::RandExpZiggurat::shoot(), CLHEP::RandBreitWigner::shoot(), CLHEP::RandChiSquare::shoot(), CLHEP::RandBinomial::shoot(), CLHEP::RandGamma::shoot(), shoot(), CLHEP::RandFlat::shoot(), CLHEP::RandPoisson::shoot(), CLHEP::RandStudentT::shoot(), CLHEP::RandPoissonQ::shoot(), CLHEP::RandFlat::shootArray().
|
staticinherited |
Random.cc 파일의 260 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRandom::get().
|
staticprotected |
RandGauss.cc 파일의 179 번째 라인에서 정의되었습니다.
다음을 참조함 : nextGauss_st.
다음에 의해서 참조됨 : saveDistState(), saveEngineStatus(), shoot().
|
virtual |
CLHEP::HepRandom(으)로부터 재구현되었습니다.
CLHEP::RandGaussQ, CLHEP::RandGaussZiggurat에서 재구현되었습니다.
RandGauss.cc 파일의 42 번째 라인에서 정의되었습니다.
|
protected |
RandGauss.cc 파일의 130 번째 라인에서 정의되었습니다.
다음을 참조함 : fac, localEngine, nextGauss, set.
|
virtual |
CLHEP::HepRandom(으)로부터 재구현되었습니다.
CLHEP::RandGaussQ, CLHEP::RandGaussZiggurat에서 재구현되었습니다.
RandGauss.cc 파일의 52 번째 라인에서 정의되었습니다.
다음을 참조함 : defaultMean, defaultStdDev, fire().
|
virtual |
CLHEP::RandGaussQ, CLHEP::RandGaussZiggurat에서 재구현되었습니다.
RandGauss.cc 파일의 56 번째 라인에서 정의되었습니다.
다음을 참조함 : fire().
|
virtual |
CLHEP::HepRandom(으)로부터 재구현되었습니다.
CLHEP::RandGaussQ, CLHEP::RandGaussZiggurat에서 재구현되었습니다.
RandGauss.cc 파일의 256 번째 라인에서 정의되었습니다.
다음을 참조함 : defaultMean, defaultStdDev, CLHEP::DoubConv::dto2longs(), name(), nextGauss, CLHEP::prec, set.
다음에 의해서 참조됨 : CLHEP::RandGaussZiggurat::put(), CLHEP::RandGaussQ::put().
|
static |
RandGauss.cc 파일의 344 번째 라인에서 정의되었습니다.
다음을 참조함 : c1, c2, distributionName(), CLHEP::DoubConv::longs2double(), nextGauss_st, CLHEP::possibleKeywordInput(), setFlag().
다음에 의해서 참조됨 : CLHEP::StaticRandomStates::restore(), restoreFullState().
|
static |
RandGauss.cc 파일의 209 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRandom::getTheEngine(), in, CLHEP::DoubConv::longs2double(), nextGauss_st, CLHEP::possibleKeywordInput(), CLHEP::HepRandomEngine::restoreStatus(), setFlag().
|
static |
RandGauss.cc 파일의 394 번째 라인에서 정의되었습니다.
다음을 참조함 : restoreDistState(), CLHEP::HepRandom::restoreFullState().
|
staticinherited |
|
static |
RandGauss.cc 파일의 329 번째 라인에서 정의되었습니다.
다음을 참조함 : distributionName(), CLHEP::DoubConv::dto2longs(), getFlag(), getVal(), CLHEP::prec.
다음에 의해서 참조됨 : saveFullState().
|
static |
RandGauss.cc 파일의 189 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::DoubConv::dto2longs(), getFlag(), CLHEP::HepRandom::getTheEngine(), getVal(), CLHEP::HepRandomEngine::saveStatus().
|
static |
RandGauss.cc 파일의 388 번째 라인에서 정의되었습니다.
다음을 참조함 : saveDistState(), CLHEP::HepRandom::saveFullState().
다음에 의해서 참조됨 : CLHEP::StaticRandomStates::save().
|
staticinherited |
|
inline |
RandGauss.h 파일의 118 번째 라인에서 정의되었습니다.
다음을 참조함 : set.
|
static |
RandGauss.cc 파일의 174 번째 라인에서 정의되었습니다.
다음을 참조함 : set_st.
다음에 의해서 참조됨 : restoreDistState(), restoreEngineStatus(), shoot().
|
staticinherited |
Random.cc 파일의 270 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : main(), CLHEP::StaticRandomStates::restore().
Random.cc 파일의 231 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : main(), G4MPImanager::SetSeed().
|
staticprotected |
|
static |
RandGauss.cc 파일의 60 번째 라인에서 정의되었습니다.
다음을 참조함 : fac, CLHEP::HepRandomEngine::flat(), getFlag(), CLHEP::HepRandom::getTheEngine(), getVal(), setFlag(), setVal(), x.
다음에 의해서 참조됨 : shootArray().
|
inlinestatic |
|
static |
RandGauss.cc 파일의 96 번째 라인에서 정의되었습니다.
다음을 참조함 : fac, CLHEP::HepRandomEngine::flat(), getFlag(), getVal(), setFlag(), setVal().
|
inlinestatic |
|
static |
RandGauss.cc 파일의 89 번째 라인에서 정의되었습니다.
다음을 참조함 : shoot().
|
static |
RandGauss.cc 파일의 122 번째 라인에서 정의되었습니다.
다음을 참조함 : shoot().
|
staticinherited |
Random.cc 파일의 303 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : RunMessenger::SetNewValue().
|
protected |
RandGauss.h 파일의 152 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : CLHEP::RandGaussZiggurat::fire(), CLHEP::RandGaussZiggurat::fireArray(), CLHEP::RandGaussQ::fireArray(), fireArray(), get(), CLHEP::RandGaussZiggurat::operator()(), CLHEP::RandGaussQ::operator()(), operator()(), put().
|
protected |
RandGauss.h 파일의 153 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : CLHEP::RandGaussZiggurat::fire(), CLHEP::RandGaussZiggurat::fireArray(), CLHEP::RandGaussQ::fireArray(), fireArray(), get(), CLHEP::RandGaussZiggurat::operator()(), CLHEP::RandGaussQ::operator()(), operator()(), put().
|
protected |
RandGauss.h 파일의 155 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : engine(), CLHEP::RandGaussZiggurat::fire(), normal(), CLHEP::RandGaussZiggurat::operator()(), CLHEP::RandGaussQ::operator()().
|
private |
RandGauss.h 파일의 160 번째 라인에서 정의되었습니다.
|
staticprivate |
RandGauss.h 파일의 164 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : getVal(), restoreDistState(), restoreEngineStatus(), setVal().
|
private |
|
staticprivate |
RandGauss.h 파일의 163 번째 라인에서 정의되었습니다.