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

#include <RandChiSquare.h>

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

Public 멤버 함수

 RandChiSquare (HepRandomEngine &anEngine, double a=1)
 
 RandChiSquare (HepRandomEngine *anEngine, double a=1)
 
virtual ~RandChiSquare ()
 
double fire ()
 
double fire (double a)
 
void fireArray (const int size, double *vect)
 
void fireArray (const int size, double *vect, double a)
 
double operator() ()
 
double operator() (double a)
 
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 a)
 
static void shootArray (const int size, double *vect, double a=1.0)
 
static double shoot (HepRandomEngine *anEngine)
 
static double shoot (HepRandomEngine *anEngine, double a)
 
static void shootArray (HepRandomEngine *anEngine, const int size, double *vect, double a=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 멤버 함수

static double genChiSquare (HepRandomEngine *anEngine, double a)
 

Private 속성

std::shared_ptr< HepRandomEnginelocalEngine
 
double defaultA
 

상세한 설명

작성자

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

생성자 & 소멸자 문서화

CLHEP::RandChiSquare::RandChiSquare ( HepRandomEngine anEngine,
double  a = 1 
)
inline
CLHEP::RandChiSquare::RandChiSquare ( HepRandomEngine anEngine,
double  a = 1 
)
inline
CLHEP::RandChiSquare::~RandChiSquare ( )
virtual

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

멤버 함수 문서화

int CLHEP::HepRandom::createInstance ( )
staticinherited

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

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

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

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

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

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

다음을 참조함 : localEngine.

double CLHEP::RandChiSquare::fire ( )
inline

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

double CLHEP::RandChiSquare::fire ( double  a)

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

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

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

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

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

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

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

다음을 참조함 : 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
double CLHEP::RandChiSquare::genChiSquare ( HepRandomEngine anEngine,
double  a 
)
staticprivate

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

다음을 참조함 : a, CLHEP_THREAD_LOCAL, CLHEP::HepRandomEngine::flat(), z, zz.

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

std::istream & CLHEP::RandChiSquare::get ( std::istream &  is)
virtual

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

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

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

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

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

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

double CLHEP::RandChiSquare::operator() ( )
inlinevirtual

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

double CLHEP::RandChiSquare::operator() ( double  a)
inline
std::ostream & CLHEP::RandChiSquare::put ( std::ostream &  os) const
virtual

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

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

다음을 참조함 : defaultA, 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 double CLHEP::RandChiSquare::shoot ( )
inlinestatic

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

double CLHEP::RandChiSquare::shoot ( double  a)
static

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

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

static double CLHEP::RandChiSquare::shoot ( HepRandomEngine anEngine)
inlinestatic
double CLHEP::RandChiSquare::shoot ( HepRandomEngine anEngine,
double  a 
)
static

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

다음을 참조함 : genChiSquare().

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

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

다음을 참조함 : shoot().

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

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

다음을 참조함 : shoot().

void CLHEP::HepRandom::showEngineStatus ( )
staticinherited

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

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

멤버 데이타 문서화

double CLHEP::RandChiSquare::defaultA
private

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

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

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

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

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

const long CLHEP::HepRandom::seedTable
staticprotectedinherited

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


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