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

#include <RandGeneral.h>

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

Public 멤버 함수

 RandGeneral (const double *aProbFunc, int theProbSize, int IntType=0)
 
 RandGeneral (HepRandomEngine &anEngine, const double *aProbFunc, int theProbSize, int IntType=0)
 
 RandGeneral (HepRandomEngine *anEngine, const double *aProbFunc, int theProbSize, int IntType=0)
 
virtual ~RandGeneral ()
 
double shoot ()
 
void shootArray (const int size, double *vect)
 
double shoot (HepRandomEngine *anEngine)
 
void shootArray (HepRandomEngine *anEngine, const int size, double *vect)
 
double fire ()
 
void fireArray (const int size, double *vect)
 
double operator() ()
 
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 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 멤버 함수

void prepareTable (const double *aProbFunc)
 
void useFlatDistribution ()
 
double mapRandom (double rand) const
 

Private 속성

std::shared_ptr< HepRandomEnginelocalEngine
 
std::vector< double > theIntegralPdf
 
int nBins
 
double oneOverNbins
 
int InterpolationType
 

상세한 설명

작성자

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

생성자 & 소멸자 문서화

CLHEP::RandGeneral::RandGeneral ( const double *  aProbFunc,
int  theProbSize,
int  IntType = 0 
)

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

다음을 참조함 : prepareTable().

CLHEP::RandGeneral::RandGeneral ( HepRandomEngine anEngine,
const double *  aProbFunc,
int  theProbSize,
int  IntType = 0 
)

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

다음을 참조함 : prepareTable().

CLHEP::RandGeneral::RandGeneral ( HepRandomEngine anEngine,
const double *  aProbFunc,
int  theProbSize,
int  IntType = 0 
)

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

다음을 참조함 : prepareTable().

CLHEP::RandGeneral::~RandGeneral ( )
virtual

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

멤버 함수 문서화

int CLHEP::HepRandom::createInstance ( )
staticinherited

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

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

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

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

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

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

다음을 참조함 : localEngine.

double CLHEP::RandGeneral::fire ( )

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

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

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

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

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

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

다음을 참조함 : InterpolationType, CLHEP::DoubConv::longs2double(), name(), nBins, oneOverNbins, CLHEP::possibleKeywordInput(), theIntegralPdf.

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::RandGeneral::mapRandom ( double  rand) const
private

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

다음을 참조함 : InterpolationType, nBins, oneOverNbins, theIntegralPdf.

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

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

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

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

double CLHEP::RandGeneral::operator() ( )
virtual

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

void CLHEP::RandGeneral::prepareTable ( const double *  aProbFunc)
private

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

다음을 참조함 : InterpolationType, nBins, oneOverNbins, theIntegralPdf, useFlatDistribution(), weight.

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

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

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

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

다음을 참조함 : CLHEP::DoubConv::dto2longs(), InterpolationType, name(), nBins, oneOverNbins, theIntegralPdf.

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::RandGeneral::shoot ( )
inline

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

double CLHEP::RandGeneral::shoot ( HepRandomEngine anEngine)
void CLHEP::RandGeneral::shootArray ( const int  size,
double *  vect 
)
inline
void CLHEP::RandGeneral::shootArray ( HepRandomEngine anEngine,
const int  size,
double *  vect 
)

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

다음을 참조함 : shoot().

void CLHEP::HepRandom::showEngineStatus ( )
staticinherited

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

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

void CLHEP::RandGeneral::useFlatDistribution ( )
private

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

다음을 참조함 : nBins, oneOverNbins, theIntegralPdf.

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

멤버 데이타 문서화

int CLHEP::RandGeneral::InterpolationType
private

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

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

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

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

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

int CLHEP::RandGeneral::nBins
private

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

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

double CLHEP::RandGeneral::oneOverNbins
private

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

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

const long CLHEP::HepRandom::seedTable
staticprotectedinherited

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

std::vector<double> CLHEP::RandGeneral::theIntegralPdf
private

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

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


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