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

#include <MTwistEngine.h>

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

Public 멤버 함수

 MTwistEngine ()
 
 MTwistEngine (long seed)
 
 MTwistEngine (int rowIndex, int colIndex)
 
 MTwistEngine (std::istream &is)
 
virtual ~MTwistEngine ()
 
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[]="MTwist.conf") const
 
void restoreStatus (const char filename[]="MTwist.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)
 

정적 Public 속성

static const unsigned int VECTOR_STATE_SIZE = 626
 

정적 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  { NminusM = 227, M = 397, N = 624 }
 

Private 속성

unsigned int mt [624]
 
int count624
 

상세한 설명

작성자

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

멤버 열거형 문서화

anonymous enum
private
열거형 멤버
NminusM 
M 
N 

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

생성자 & 소멸자 문서화

CLHEP::MTwistEngine::MTwistEngine ( )

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

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

CLHEP::MTwistEngine::MTwistEngine ( long  seed)

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

다음을 참조함 : count624, flat(), seed, setSeeds().

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

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

다음을 참조함 : col, count624, flat(), CLHEP::HepRandom::getTheTableSeeds(), mask, setSeeds().

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

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

CLHEP::MTwistEngine::~MTwistEngine ( )
virtual

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

멤버 함수 문서화

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

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

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

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

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

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

CLHEP::HepRandomEngine를 구현.

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

다음을 참조함 : count624, M, mt, N, CLHEP::HepRandomEngine::nearlyTwoToMinus_54(), NminusM, CLHEP::HepRandomEngine::twoToMinus_32(), CLHEP::HepRandomEngine::twoToMinus_53(), x1, y.

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

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

CLHEP::HepRandomEngine를 구현.

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

다음을 참조함 : flat().

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

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

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

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

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

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

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

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

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

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

다음을 참조함 : count624, CLHEP::MarkerLen, mt, CLHEP::HepRandomEngine::theSeed.

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

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

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

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

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

CLHEP::HepRandomEngine를 구현.

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

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

다음에 의해서 참조됨 : flat(), CLHEP::RanshiEngine::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::MTwistEngine::operator double ( )
virtual

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

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

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

CLHEP::MTwistEngine::operator float ( )
virtual

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

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

다음을 참조함 : N, x1, y.

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

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

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

다음을 참조함 : N, x1, y.

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

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

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

다음을 참조함 : count624, mt, CLHEP::HepRandomEngine::theSeed.

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

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

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

다음을 참조함 : count624, mt.

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

CLHEP::HepRandomEngine를 구현.

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

다음을 참조함 : CLHEP::HepRandomEngine::checkFile(), count624, engineName(), in, mt, CLHEP::HepRandomEngine::theSeed.

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

CLHEP::HepRandomEngine를 구현.

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

다음을 참조함 : count624, mt, CLHEP::HepRandomEngine::theSeed.

void CLHEP::MTwistEngine::setSeed ( long  seed,
int  k 
)
virtual

CLHEP::HepRandomEngine를 구현.

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

다음을 참조함 : int(), mt, CLHEP::HepRandomEngine::theSeed.

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

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

CLHEP::HepRandomEngine를 구현.

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

다음을 참조함 : mt, setSeed(), CLHEP::HepRandomEngine::theSeeds.

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

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

CLHEP::HepRandomEngine를 구현.

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

다음을 참조함 : count624, mt, 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

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

멤버 데이타 문서화

int CLHEP::MTwistEngine::count624
private

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

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

unsigned int CLHEP::MTwistEngine::mt[624]
private

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

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

long CLHEP::HepRandomEngine::theSeed
protectedinherited

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

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

const long* CLHEP::HepRandomEngine::theSeeds
protectedinherited
const unsigned int CLHEP::MTwistEngine::VECTOR_STATE_SIZE = 626
static

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

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


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