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

#include <RandExponential.h>

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

Public 멤버 함수

 RandExponential (HepRandomEngine &anEngine, double mean=1.0)
 
 RandExponential (HepRandomEngine *anEngine, double mean=1.0)
 
virtual ~RandExponential ()
 
double fire ()
 
double fire (double mean)
 
void fireArray (const int size, double *vect)
 
void fireArray (const int size, double *vect, double mean)
 
double operator() ()
 
double operator() (double 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 double shoot ()
 
static double shoot (double mean)
 
static void shootArray (const int size, double *vect, double mean=1.0)
 
static double shoot (HepRandomEngine *anEngine)
 
static double shoot (HepRandomEngine *anEngine, double mean)
 
static void shootArray (HepRandomEngine *anEngine, const int size, double *vect, double mean=1.0)
 
static std::string distributionName ()
 
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 const long seedTable [215][2]
 

Private 속성

std::shared_ptr< HepRandomEnginelocalEngine
 
double defaultMean
 

상세한 설명

작성자
Gabri.nosp@m.ele..nosp@m.Cosmo.nosp@m.@cer.nosp@m.n.ch

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

생성자 & 소멸자 문서화

CLHEP::RandExponential::RandExponential ( HepRandomEngine anEngine,
double  mean = 1.0 
)
inline
CLHEP::RandExponential::RandExponential ( HepRandomEngine anEngine,
double  mean = 1.0 
)
inline
CLHEP::RandExponential::~RandExponential ( )
virtual

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

멤버 함수 문서화

int CLHEP::HepRandom::createInstance ( )
staticinherited

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

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

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

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

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

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

다음을 참조함 : localEngine.

double CLHEP::RandExponential::fire ( )
inline

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

double CLHEP::RandExponential::fire ( double  mean)
inline
void CLHEP::RandExponential::fireArray ( const int  size,
double *  vect 
)

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

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

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

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

다음을 참조함 : fire().

double CLHEP::HepRandom::flat ( )
inherited

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

다음에 의해서 참조됨 : 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::RandExponential::get ( std::istream &  is)
virtual

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

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

다음을 참조함 : 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::RandExponential::name ( ) const
virtual

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

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

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

double CLHEP::RandExponential::operator() ( )
virtual

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

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

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

double CLHEP::RandExponential::operator() ( double  mean)

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

다음을 참조함 : fire().

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

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

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

다음을 참조함 : 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().

double CLHEP::RandExponential::shoot ( )
static

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

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

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

double CLHEP::RandExponential::shoot ( double  mean)
static

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

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

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

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

다음을 참조함 : shoot().

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

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

다음을 참조함 : shoot().

void CLHEP::HepRandom::showEngineStatus ( )
staticinherited

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

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

멤버 데이타 문서화

double CLHEP::RandExponential::defaultMean
private

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

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

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

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

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

const long CLHEP::HepRandom::seedTable
staticprotectedinherited

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


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