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

#include <RanshiEngine.h>

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

Public 멤버 함수

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

정적 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 타입

enum  { numBuff = 512 }
 

Private 속성

unsigned int halfBuff
 
unsigned int numFlats
 
unsigned int buffer [numBuff]
 
unsigned int redSpin
 

정적 Private 속성

static const unsigned int VECTOR_STATE_SIZE = numBuff + 4
 

상세한 설명

작성자

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

멤버 열거형 문서화

anonymous enum
private
열거형 멤버
numBuff 

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

생성자 & 소멸자 문서화

CLHEP::RanshiEngine::RanshiEngine ( )

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

다음을 참조함 : buffer, flat(), int(), CLHEP::L, numBuff, redSpin, CLHEP::HepRandomEngine::theSeed.

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

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

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

CLHEP::RanshiEngine::RanshiEngine ( long  seed)

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

다음을 참조함 : buffer, flat(), int(), numBuff, redSpin, seed, CLHEP::HepRandomEngine::theSeed.

CLHEP::RanshiEngine::RanshiEngine ( int  rowIndex,
int  colIndex 
)

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

다음을 참조함 : buffer, flat(), int(), numBuff, redSpin, CLHEP::HepRandomEngine::theSeed.

CLHEP::RanshiEngine::~RanshiEngine ( )
virtual

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

멤버 함수 문서화

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

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

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

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

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

static double CLHEP::HepRandomEngine::exponent_bit_32 ( )
inlinestaticprotectedinherited
double CLHEP::RanshiEngine::flat ( )
virtual
void CLHEP::RanshiEngine::flatArray ( const int  size,
double *  vect 
)
virtual

CLHEP::HepRandomEngine를 구현.

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

다음을 참조함 : flat().

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

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

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

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

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

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

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

다음을 참조함 : getState().

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::RanshiEngine::getState ( std::istream &  is)
virtual

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

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

다음을 참조함 : buffer, halfBuff, CLHEP::MarkerLen, numBuff, numFlats, CLHEP::possibleKeywordInput(), redSpin, CLHEP::HepRandomEngine::theSeed, VECTOR_STATE_SIZE.

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

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

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

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

다음을 참조함 : buffer, halfBuff, numBuff, numFlats, redSpin, 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::RanshiEngine::name ( ) const
virtual

CLHEP::HepRandomEngine를 구현.

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

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

다음에 의해서 참조됨 : CLHEP::MTwistEngine::flat(), flat(), CLHEP::DualRand::flat().

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::RanshiEngine::operator double ( )
virtual

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

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

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

CLHEP::RanshiEngine::operator float ( )
virtual

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

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

다음을 참조함 : buffer.

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

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

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

다음을 참조함 : buffer.

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

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

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

다음을 참조함 : put().

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

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

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

다음을 참조함 : buffer, halfBuff, numBuff, numFlats, redSpin.

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

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

CLHEP::HepRandomEngine를 구현.

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

다음을 참조함 : put().

void CLHEP::RanshiEngine::setSeed ( long  seed,
int   
)
virtual

CLHEP::HepRandomEngine를 구현.

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

다음을 참조함 : RanshiEngine().

void CLHEP::RanshiEngine::setSeeds ( const long *  seeds,
int   
)
virtual

CLHEP::HepRandomEngine를 구현.

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

다음을 참조함 : buffer, int(), numBuff, redSpin, CLHEP::HepRandomEngine::theSeed, CLHEP::HepRandomEngine::theSeeds.

void CLHEP::RanshiEngine::showStatus ( ) const
virtual

CLHEP::HepRandomEngine를 구현.

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

다음을 참조함 : buffer, halfBuff, numBuff, numFlats, redSpin, right, 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

다음에 의해서 참조됨 : CLHEP::MTwistEngine::flat(), flat(), CLHEP::DualRand::flat().

멤버 데이타 문서화

unsigned int CLHEP::RanshiEngine::buffer[numBuff]
private

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

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

unsigned int CLHEP::RanshiEngine::halfBuff
private

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

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

unsigned int CLHEP::RanshiEngine::numFlats
private

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

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

unsigned int CLHEP::RanshiEngine::redSpin
private

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

다음에 의해서 참조됨 : flat(), getState(), put(), RanshiEngine(), restoreStatus(), 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(), 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(), RanshiEngine(), CLHEP::MTwistEngine::restoreStatus(), CLHEP::HepJamesRandom::restoreStatus(), CLHEP::Ranlux64Engine::restoreStatus(), restoreStatus(), CLHEP::RanecuEngine::restoreStatus(), CLHEP::DualRand::restoreStatus(), CLHEP::RanluxEngine::restoreStatus(), CLHEP::MTwistEngine::saveStatus(), CLHEP::RanecuEngine::setIndex(), CLHEP::MTwistEngine::setSeed(), CLHEP::HepJamesRandom::setSeed(), CLHEP::Ranlux64Engine::setSeed(), CLHEP::RanecuEngine::setSeed(), CLHEP::DualRand::setSeed(), CLHEP::RanluxEngine::setSeed(), CLHEP::MixMaxRng::setSeed(), CLHEP::Ranlux64Engine::setSeeds(), setSeeds(), CLHEP::RanecuEngine::setSeeds(), CLHEP::MixMaxRng::setSeeds(), CLHEP::RanluxEngine::setSeeds(), CLHEP::MTwistEngine::showStatus(), CLHEP::HepJamesRandom::showStatus(), CLHEP::Ranlux64Engine::showStatus(), showStatus(), CLHEP::DualRand::showStatus(), CLHEP::RanecuEngine::showStatus(), CLHEP::RanluxEngine::showStatus().

const long* CLHEP::HepRandomEngine::theSeeds
protectedinherited
const unsigned int CLHEP::RanshiEngine::VECTOR_STATE_SIZE = numBuff + 4
staticprivate

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

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


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