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

#include <RandExpZiggurat.h>

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

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
 
HepRandomEngineengine ()
 
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 HepRandomgetTheGenerator ()
 
static void setTheEngine (HepRandomEngine *theNewEngine)
 
static HepRandomEnginegetTheEngine ()
 
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< HepRandomEnginelocalEngine
 
double defaultMean
 

상세한 설명

작성자
ATLAS

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

생성자 & 소멸자 문서화

CLHEP::RandExpZiggurat::RandExpZiggurat ( HepRandomEngine anEngine,
double  mean = 1.0 
)
inline

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

CLHEP::RandExpZiggurat::RandExpZiggurat ( HepRandomEngine anEngine,
double  mean = 1.0 
)
inline

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

CLHEP::RandExpZiggurat::~RandExpZiggurat ( )
virtual

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

CLHEP::RandExpZiggurat::RandExpZiggurat ( const RandExpZiggurat d)
private

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

멤버 함수 문서화

int CLHEP::HepRandom::createInstance ( )
staticinherited

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

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

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

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

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

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

다음을 참조함 : localEngine.

float CLHEP::RandExpZiggurat::fire ( )
inline

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

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

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

float CLHEP::RandExpZiggurat::fire ( float  mean)
inline

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

다음을 참조함 : localEngine, ziggurat_REXP().

void CLHEP::RandExpZiggurat::fireArray ( const int  size,
float *  vect 
)

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

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

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

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

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

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

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

다음을 참조함 : fire().

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

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

다음을 참조함 : 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::RandExpZiggurat::get ( std::istream &  is)
virtual

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

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

다음을 참조함 : defaultMean, CLHEP::DoubConv::longs2double(), name(), CLHEP::possibleKeywordInput().

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
std::string CLHEP::RandExpZiggurat::name ( ) const
virtual

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

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

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

double CLHEP::RandExpZiggurat::operator() ( )
virtual

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

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

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

float CLHEP::RandExpZiggurat::operator() ( float  mean)
inline

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

다음을 참조함 : fire().

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

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

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

다음을 참조함 : defaultMean, CLHEP::DoubConv::dto2longs(), name().

static std::istream& CLHEP::HepRandom::restoreDistState ( std::istream &  is)
inlinestaticinherited

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

void CLHEP::HepRandom::restoreEngineStatus ( const char  filename[] = "Config.conf")
staticinherited

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

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

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

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

다음에 의해서 참조됨 : CLHEP::RandGauss::restoreFullState(), CLHEP::RandFlat::restoreFullState().

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

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

static std::ostream& CLHEP::HepRandom::saveDistState ( std::ostream &  os)
inlinestaticinherited

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

void CLHEP::HepRandom::saveEngineStatus ( const char  filename[] = "Config.conf")
staticinherited

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

다음에 의해서 참조됨 : G4CascadeInterface::ApplyYourself(), G4HadronicProcess::PostStepDoIt(), G4CascadeInterface::Propagate().

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

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

다음에 의해서 참조됨 : G4EventManager::DoProcessing(), G4EventManager::ProcessOneEvent(), CLHEP::RandGauss::saveFullState(), CLHEP::RandFlat::saveFullState().

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

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

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().

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

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

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

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

static float CLHEP::RandExpZiggurat::shoot ( float  mean)
inlinestatic

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

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

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

static float CLHEP::RandExpZiggurat::shoot ( HepRandomEngine anEngine)
inlinestatic

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

다음을 참조함 : ziggurat_REXP().

static float CLHEP::RandExpZiggurat::shoot ( HepRandomEngine anEngine,
float  mean 
)
inlinestatic

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

다음을 참조함 : shoot().

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

void CLHEP::RandExpZiggurat::shootArray ( const int  size,
float *  vect,
float  mean = 1.0 
)
static

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

다음을 참조함 : shoot().

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

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

다음을 참조함 : shoot().

void CLHEP::RandExpZiggurat::shootArray ( HepRandomEngine anEngine,
const int  size,
float *  vect,
float  mean = 1.0 
)
static

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

다음을 참조함 : shoot().

void CLHEP::RandExpZiggurat::shootArray ( HepRandomEngine anEngine,
const int  size,
double *  vect,
double  mean = 1.0 
)
static

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

다음을 참조함 : shoot().

void CLHEP::HepRandom::showEngineStatus ( )
staticinherited

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

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

float CLHEP::RandExpZiggurat::ziggurat_efix ( unsigned long  jz,
HepRandomEngine anEngine 
)
staticprotected

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

다음을 참조함 : fe, ke, we, x, ziggurat_init(), ziggurat_is_init, ziggurat_SHR3(), ziggurat_UNI().

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

bool CLHEP::RandExpZiggurat::ziggurat_init ( )
static

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

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

다음에 의해서 참조됨 : ziggurat_efix(), ziggurat_REXP().

static float CLHEP::RandExpZiggurat::ziggurat_REXP ( HepRandomEngine anEngine)
inlinestaticprotected

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

다음을 참조함 : ke, we, ziggurat_efix(), ziggurat_init(), ziggurat_is_init, ziggurat_SHR3().

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

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

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

다음에 의해서 참조됨 : ziggurat_efix(), ziggurat_REXP().

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

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

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

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

멤버 데이타 문서화

double CLHEP::RandExpZiggurat::defaultMean
private

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

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

CLHEP_THREAD_LOCAL float CLHEP::RandExpZiggurat::fe
staticprotected

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

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

CLHEP_THREAD_LOCAL float CLHEP::RandExpZiggurat::fn
staticprotected

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

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

CLHEP_THREAD_LOCAL unsigned long CLHEP::RandExpZiggurat::ke
staticprotected

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

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

CLHEP_THREAD_LOCAL unsigned long CLHEP::RandExpZiggurat::kn
staticprotected

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

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

std::shared_ptr<HepRandomEngine> CLHEP::RandExpZiggurat::localEngine
private

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

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

const long CLHEP::HepRandom::seedTable
staticprotectedinherited

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

CLHEP_THREAD_LOCAL float CLHEP::RandExpZiggurat::we
staticprotected

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

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

CLHEP_THREAD_LOCAL float CLHEP::RandExpZiggurat::wn
staticprotected

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

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

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

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

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


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