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

#include <RanluxEngine.h>

CLHEP::RanluxEngine에 대한 상속 다이어그램 :
CLHEP::HepRandomEngine

Public 멤버 함수

 RanluxEngine (std::istream &is)
 
 RanluxEngine ()
 
 RanluxEngine (long seed, int lux=3)
 
 RanluxEngine (int rowIndex, int colIndex, int lux)
 
virtual ~RanluxEngine ()
 
double flat ()
 
void flatArray (const int size, double *vect)
 
void setSeed (long seed, int lux=3)
 
void setSeeds (const long *seeds, int lux=3)
 
void saveStatus (const char filename[]="Ranlux.conf") const
 
void restoreStatus (const char filename[]="Ranlux.conf")
 
void showStatus () const
 
int getLuxury () const
 
 operator double ()
 
 operator float ()
 
 operator unsigned int ()
 
virtual std::ostream & put (std::ostream &os) const
 
virtual std::istream & get (std::istream &is)
 
virtual std::istream & getState (std::istream &is)
 
std::string name () const
 
std::vector< unsigned long > put () const
 
bool get (const std::vector< unsigned long > &v)
 
bool getState (const std::vector< unsigned long > &v)
 
bool operator== (const HepRandomEngine &engine)
 
bool operator!= (const HepRandomEngine &engine)
 
long getSeed () const
 
const long * getSeeds () const
 

정적 Public 멤버 함수

static std::string beginTag ()
 
static std::string engineName ()
 
static HepRandomEnginenewEngine (std::istream &is)
 
static HepRandomEnginenewEngine (const std::vector< unsigned long > &v)
 

정적 Public 속성

static const unsigned int VECTOR_STATE_SIZE = 31
 

정적 Protected 멤버 함수

static double exponent_bit_32 ()
 
static double mantissa_bit_12 ()
 
static double mantissa_bit_24 ()
 
static double mantissa_bit_32 ()
 
static double twoToMinus_32 ()
 
static double twoToMinus_48 ()
 
static double twoToMinus_49 ()
 
static double twoToMinus_53 ()
 
static double nearlyTwoToMinus_54 ()
 
static bool checkFile (std::istream &file, const std::string &filename, const std::string &classname, const std::string &methodname)
 

Protected 속성

long theSeed
 
const long * theSeeds
 

Private 속성

int nskip
 
int luxury
 
float float_seed_table [24]
 
int i_lag
 
int j_lag
 
float carry
 
int count24
 

정적 Private 속성

static const int int_modulus = 0x1000000
 

상세한 설명

작성자

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

생성자 & 소멸자 문서화

CLHEP::RanluxEngine::RanluxEngine ( std::istream &  is)

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

CLHEP::RanluxEngine::RanluxEngine ( )

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

다음을 참조함 : CLHEP::HepRandom::getTheTableSeeds(), luxury, mask, seed, setSeed(), setSeeds(), CLHEP::HepRandomEngine::theSeed.

CLHEP::RanluxEngine::RanluxEngine ( long  seed,
int  lux = 3 
)

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

다음을 참조함 : CLHEP::lux, luxury, setSeed(), setSeeds(), CLHEP::HepRandomEngine::theSeed.

CLHEP::RanluxEngine::RanluxEngine ( int  rowIndex,
int  colIndex,
int  lux 
)

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

다음을 참조함 : col, CLHEP::HepRandom::getTheTableSeeds(), CLHEP::lux, luxury, mask, seed, setSeed(), setSeeds(), CLHEP::HepRandomEngine::theSeed.

CLHEP::RanluxEngine::~RanluxEngine ( )
virtual

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

멤버 함수 문서화

std::string CLHEP::RanluxEngine::beginTag ( )
static

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

bool CLHEP::HepRandomEngine::checkFile ( std::istream &  file,
const std::string &  filename,
const std::string &  classname,
const std::string &  methodname 
)
staticprotectedinherited
static std::string CLHEP::RanluxEngine::engineName ( )
inlinestatic

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

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

static double CLHEP::HepRandomEngine::exponent_bit_32 ( )
inlinestaticprotectedinherited
double CLHEP::RanluxEngine::flat ( )
virtual
void CLHEP::RanluxEngine::flatArray ( const int  size,
double *  vect 
)
virtual
std::istream & CLHEP::RanluxEngine::get ( std::istream &  is)
virtual

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

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

다음을 참조함 : getState(), CLHEP::MarkerLen.

bool CLHEP::RanluxEngine::get ( const std::vector< unsigned long > &  v)
virtual

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

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

다음을 참조함 : getState().

int CLHEP::RanluxEngine::getLuxury ( ) const
inline

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

다음을 참조함 : luxury.

long CLHEP::HepRandomEngine::getSeed ( ) const
inlineinherited

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

다음을 참조함 : CLHEP::HepRandomEngine::theSeed.

const long* CLHEP::HepRandomEngine::getSeeds ( ) const
inlineinherited

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

다음을 참조함 : CLHEP::HepRandomEngine::theSeeds.

std::istream & CLHEP::RanluxEngine::getState ( std::istream &  is)
virtual

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

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

다음을 참조함 : carry, count24, float_seed_table, i_lag, j_lag, luxury, CLHEP::MarkerLen, nskip, CLHEP::possibleKeywordInput(), CLHEP::HepRandomEngine::theSeed, VECTOR_STATE_SIZE.

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

bool CLHEP::RanluxEngine::getState ( const std::vector< unsigned long > &  v)
virtual

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

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

다음을 참조함 : carry, count24, float_seed_table, i_lag, j_lag, luxury, CLHEP::HepRandomEngine::mantissa_bit_24(), nskip, VECTOR_STATE_SIZE.

static double CLHEP::HepRandomEngine::mantissa_bit_12 ( )
inlinestaticprotectedinherited

다음에 의해서 참조됨 : flat(), flatArray().

static double CLHEP::HepRandomEngine::mantissa_bit_24 ( )
inlinestaticprotectedinherited

다음에 의해서 참조됨 : flat(), flatArray(), getState(), put(), setSeed(), setSeeds().

static double CLHEP::HepRandomEngine::mantissa_bit_32 ( )
inlinestaticprotectedinherited
std::string CLHEP::RanluxEngine::name ( ) const
virtual

CLHEP::HepRandomEngine를 구현.

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

static double CLHEP::HepRandomEngine::nearlyTwoToMinus_54 ( )
inlinestaticprotectedinherited
HepRandomEngine * CLHEP::HepRandomEngine::newEngine ( std::istream &  is)
staticinherited

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

다음을 참조함 : CLHEP::EngineFactory::newEngine().

다음에 의해서 참조됨 : CLHEP::StaticRandomStates::restore().

HepRandomEngine * CLHEP::HepRandomEngine::newEngine ( const std::vector< unsigned long > &  v)
staticinherited

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

다음을 참조함 : CLHEP::EngineFactory::newEngine().

CLHEP::RanluxEngine::operator double ( )
virtual

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

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

다음을 참조함 : G4AblaRandom::flat().

CLHEP::RanluxEngine::operator float ( )
virtual

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

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

다음을 참조함 : G4AblaRandom::flat().

CLHEP::RanluxEngine::operator unsigned int ( )
virtual

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

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

다음을 참조함 : G4AblaRandom::flat(), int().

bool CLHEP::HepRandomEngine::operator!= ( const HepRandomEngine engine)
inlineinherited
bool CLHEP::HepRandomEngine::operator== ( const HepRandomEngine engine)
inlineinherited
std::ostream & CLHEP::RanluxEngine::put ( std::ostream &  os) const
virtual

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

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

다음을 참조함 : put().

std::vector< unsigned long > CLHEP::RanluxEngine::put ( ) const
virtual

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

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

다음을 참조함 : carry, count24, float_seed_table, i_lag, j_lag, luxury, CLHEP::HepRandomEngine::mantissa_bit_24(), nskip.

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

void CLHEP::RanluxEngine::restoreStatus ( const char  filename[] = "Ranlux.conf")
virtual
void CLHEP::RanluxEngine::saveStatus ( const char  filename[] = "Ranlux.conf") const
virtual

CLHEP::HepRandomEngine를 구현.

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

다음을 참조함 : put().

void CLHEP::RanluxEngine::setSeed ( long  seed,
int  lux = 3 
)
virtual

CLHEP::HepRandomEngine를 구현.

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

다음을 참조함 : carry, count24, float_seed_table, i_lag, int_modulus, j_lag, CLHEP::lux, luxury, CLHEP::HepRandomEngine::mantissa_bit_24(), nskip, seed, CLHEP::HepRandomEngine::theSeed.

다음에 의해서 참조됨 : RanluxEngine(), setSeeds().

void CLHEP::RanluxEngine::setSeeds ( const long *  seeds,
int  lux = 3 
)
virtual
void CLHEP::RanluxEngine::showStatus ( ) const
virtual

CLHEP::HepRandomEngine를 구현.

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

다음을 참조함 : carry, count24, float_seed_table, i_lag, j_lag, luxury, nskip, CLHEP::HepRandomEngine::theSeed.

static double CLHEP::HepRandomEngine::twoToMinus_32 ( )
inlinestaticprotectedinherited
static double CLHEP::HepRandomEngine::twoToMinus_48 ( )
inlinestaticprotectedinherited
static double CLHEP::HepRandomEngine::twoToMinus_49 ( )
inlinestaticprotectedinherited

다음에 의해서 참조됨 : CLHEP::Ranlux64Engine::flat().

static double CLHEP::HepRandomEngine::twoToMinus_53 ( )
inlinestaticprotectedinherited

멤버 데이타 문서화

float CLHEP::RanluxEngine::carry
private

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

다음에 의해서 참조됨 : flat(), flatArray(), getState(), put(), restoreStatus(), setSeed(), setSeeds(), showStatus().

int CLHEP::RanluxEngine::count24
private

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

다음에 의해서 참조됨 : flat(), flatArray(), getState(), put(), restoreStatus(), setSeed(), setSeeds(), showStatus().

float CLHEP::RanluxEngine::float_seed_table[24]
private

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

다음에 의해서 참조됨 : flat(), flatArray(), getState(), put(), restoreStatus(), setSeed(), setSeeds(), showStatus().

int CLHEP::RanluxEngine::i_lag
private

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

다음에 의해서 참조됨 : flat(), flatArray(), getState(), put(), restoreStatus(), setSeed(), setSeeds(), showStatus().

const int CLHEP::RanluxEngine::int_modulus = 0x1000000
staticprivate

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

다음에 의해서 참조됨 : setSeed(), setSeeds().

int CLHEP::RanluxEngine::j_lag
private

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

다음에 의해서 참조됨 : flat(), flatArray(), getState(), put(), restoreStatus(), setSeed(), setSeeds(), showStatus().

int CLHEP::RanluxEngine::luxury
private

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

다음에 의해서 참조됨 : getLuxury(), getState(), put(), RanluxEngine(), restoreStatus(), setSeed(), setSeeds(), showStatus().

int CLHEP::RanluxEngine::nskip
private

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

다음에 의해서 참조됨 : flat(), flatArray(), getState(), put(), restoreStatus(), setSeed(), setSeeds(), showStatus().

long CLHEP::HepRandomEngine::theSeed
protectedinherited

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

다음에 의해서 참조됨 : CLHEP::DualRand::DualRand(), CLHEP::HepRandomEngine::getSeed(), CLHEP::MTwistEngine::getState(), CLHEP::Ranlux64Engine::getState(), CLHEP::HepJamesRandom::getState(), CLHEP::RanshiEngine::getState(), CLHEP::DualRand::getState(), CLHEP::RanecuEngine::getState(), getState(), CLHEP::MixMaxRng::getState(), CLHEP::HepJamesRandom::HepJamesRandom(), CLHEP::MixMaxRng::MixMaxRng(), CLHEP::MTwistEngine::put(), CLHEP::MixMaxRng::put(), CLHEP::RanecuEngine::put(), CLHEP::RanecuEngine::RanecuEngine(), RanluxEngine(), CLHEP::RanshiEngine::RanshiEngine(), CLHEP::MTwistEngine::restoreStatus(), CLHEP::HepJamesRandom::restoreStatus(), CLHEP::Ranlux64Engine::restoreStatus(), CLHEP::RanshiEngine::restoreStatus(), CLHEP::RanecuEngine::restoreStatus(), CLHEP::DualRand::restoreStatus(), restoreStatus(), CLHEP::MTwistEngine::saveStatus(), CLHEP::RanecuEngine::setIndex(), CLHEP::MTwistEngine::setSeed(), CLHEP::HepJamesRandom::setSeed(), CLHEP::Ranlux64Engine::setSeed(), CLHEP::RanecuEngine::setSeed(), CLHEP::DualRand::setSeed(), CLHEP::MixMaxRng::setSeed(), setSeed(), CLHEP::Ranlux64Engine::setSeeds(), CLHEP::RanshiEngine::setSeeds(), CLHEP::RanecuEngine::setSeeds(), CLHEP::MixMaxRng::setSeeds(), setSeeds(), CLHEP::MTwistEngine::showStatus(), CLHEP::HepJamesRandom::showStatus(), CLHEP::Ranlux64Engine::showStatus(), CLHEP::RanshiEngine::showStatus(), CLHEP::DualRand::showStatus(), CLHEP::RanecuEngine::showStatus(), showStatus().

const long* CLHEP::HepRandomEngine::theSeeds
protectedinherited
const unsigned int CLHEP::RanluxEngine::VECTOR_STATE_SIZE = 31
static

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

다음에 의해서 참조됨 : getState(), restoreStatus().


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