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

#include <Ranlux64Engine.h>

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

Public 멤버 함수

 Ranlux64Engine (std::istream &is)
 
 Ranlux64Engine ()
 
 Ranlux64Engine (long seed, int lux=1)
 
 Ranlux64Engine (int rowIndex, int colIndex, int lux)
 
virtual ~Ranlux64Engine ()
 
double flat ()
 
void flatArray (const int size, double *vect)
 
void setSeed (long seed, int lux=1)
 
void setSeeds (const long *seeds, int lux=1)
 
void saveStatus (const char filename[]="Ranlux64.conf") const
 
void restoreStatus (const char filename[]="Ranlux64.conf")
 
void showStatus () const
 
int getLuxury () const
 
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
 
virtual operator double ()
 
virtual operator float ()
 
virtual operator unsigned int ()
 

정적 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 = 30
 

정적 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 멤버 함수

void update ()
 
void advance (int dozens)
 

Private 속성

int pDiscard
 
int pDozens
 
int endIters
 
int luxury
 
int index
 
double randoms [12]
 
double carry
 

상세한 설명

작성자

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

생성자 & 소멸자 문서화

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

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

CLHEP::Ranlux64Engine::Ranlux64Engine ( )

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

다음을 참조함 : advance(), CLHEP::HepRandom::getTheTableSeeds(), luxury, mask, setSeeds().

CLHEP::Ranlux64Engine::Ranlux64Engine ( long  seed,
int  lux = 1 
)

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

다음을 참조함 : advance(), CLHEP::lux, luxury, seed, setSeeds().

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

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

다음을 참조함 : CLHEP::HepRandom::getTheTableSeeds(), CLHEP::lux, luxury, mask, setSeeds().

CLHEP::Ranlux64Engine::~Ranlux64Engine ( )
virtual

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

멤버 함수 문서화

void CLHEP::Ranlux64Engine::advance ( int  dozens)
private

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

다음을 참조함 : carry, randoms, CLHEP::HepRandomEngine::twoToMinus_48(), y1, y2.

다음에 의해서 참조됨 : Ranlux64Engine(), update().

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

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

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

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

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

static double CLHEP::HepRandomEngine::exponent_bit_32 ( )
inlinestaticprotectedinherited
double CLHEP::Ranlux64Engine::flat ( )
virtual

CLHEP::HepRandomEngine를 구현.

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

다음을 참조함 : index, randoms, CLHEP::HepRandomEngine::twoToMinus_49(), update().

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

void CLHEP::Ranlux64Engine::flatArray ( const int  size,
double *  vect 
)
virtual

CLHEP::HepRandomEngine를 구현.

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

다음을 참조함 : flat().

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

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

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

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

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

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

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

다음을 참조함 : getState().

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

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

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

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

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

다음을 참조함 : carry, endIters, index, luxury, CLHEP::MarkerLen, pDiscard, pDozens, CLHEP::possibleKeywordInput(), randoms, CLHEP::HepRandomEngine::theSeed, VECTOR_STATE_SIZE.

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

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

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

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

다음을 참조함 : carry, index, CLHEP::DoubConv::longs2double(), luxury, pDiscard, randoms, VECTOR_STATE_SIZE.

static double CLHEP::HepRandomEngine::mantissa_bit_12 ( )
inlinestaticprotectedinherited
static double CLHEP::HepRandomEngine::mantissa_bit_24 ( )
inlinestaticprotectedinherited
static double CLHEP::HepRandomEngine::mantissa_bit_32 ( )
inlinestaticprotectedinherited
std::string CLHEP::Ranlux64Engine::name ( ) const
virtual

CLHEP::HepRandomEngine를 구현.

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

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::HepRandomEngine::operator double ( )
virtualinherited

CLHEP::RanluxEngine, CLHEP::MixMaxRng, CLHEP::DualRand, CLHEP::RanecuEngine, CLHEP::RanshiEngine, CLHEP::HepJamesRandom, CLHEP::MTwistEngine에서 재구현되었습니다.

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

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

CLHEP::HepRandomEngine::operator float ( )
virtualinherited

CLHEP::MixMaxRng, CLHEP::RanluxEngine, CLHEP::RanecuEngine, CLHEP::DualRand, CLHEP::RanshiEngine, CLHEP::HepJamesRandom, CLHEP::MTwistEngine에서 재구현되었습니다.

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

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

CLHEP::HepRandomEngine::operator unsigned int ( )
virtualinherited

CLHEP::MixMaxRng, CLHEP::RanluxEngine, CLHEP::RanecuEngine, CLHEP::DualRand, CLHEP::RanshiEngine, CLHEP::HepJamesRandom, CLHEP::MTwistEngine에서 재구현되었습니다.

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

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

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

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

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

다음을 참조함 : put().

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

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

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

다음을 참조함 : carry, CLHEP::DoubConv::dto2longs(), index, luxury, pDiscard, randoms.

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

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

CLHEP::HepRandomEngine를 구현.

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

다음을 참조함 : put().

void CLHEP::Ranlux64Engine::setSeed ( long  seed,
int  lux = 1 
)
virtual

CLHEP::HepRandomEngine를 구현.

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

다음을 참조함 : carry, endIters, index, luxury, pDiscard, pDozens, randoms, seed, CLHEP::HepRandomEngine::theSeed, CLHEP::HepRandomEngine::twoToMinus_32(), CLHEP::HepRandomEngine::twoToMinus_48().

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

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

CLHEP::HepRandomEngine를 구현.

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

다음을 참조함 : carry, index, luxury, pDiscard, randoms, CLHEP::HepRandomEngine::theSeed.

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

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

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

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

static double CLHEP::HepRandomEngine::twoToMinus_53 ( )
inlinestaticprotectedinherited
void CLHEP::Ranlux64Engine::update ( )
private

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

다음을 참조함 : advance(), carry, endIters, index, CLHEP::m, CLHEP::ns, pDozens, randoms, CLHEP::HepRandomEngine::twoToMinus_48(), y1.

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

멤버 데이타 문서화

double CLHEP::Ranlux64Engine::carry
private

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

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

int CLHEP::Ranlux64Engine::endIters
private

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

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

int CLHEP::Ranlux64Engine::index
private

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

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

int CLHEP::Ranlux64Engine::luxury
private

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

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

int CLHEP::Ranlux64Engine::pDiscard
private

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

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

int CLHEP::Ranlux64Engine::pDozens
private

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

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

double CLHEP::Ranlux64Engine::randoms[12]
private

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

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

long CLHEP::HepRandomEngine::theSeed
protectedinherited

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

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

const long* CLHEP::HepRandomEngine::theSeeds
protectedinherited
const unsigned int CLHEP::Ranlux64Engine::VECTOR_STATE_SIZE = 30
static

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

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


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