Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <RanluxEngine.h>
Public Member Functions | |
RanluxEngine (std::istream &is) | |
RanluxEngine () | |
RanluxEngine (long seed, int lxr=3) | |
RanluxEngine (int rowIndex, int colIndex, int lxr) | |
virtual | ~RanluxEngine () |
double | flat () |
void | flatArray (const int size, double *vect) |
void | setSeed (long seed, int lxr=3) |
void | setSeeds (const long *seeds, int lxr=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) |
Public Member Functions inherited from CLHEP::HepRandomEngine | |
HepRandomEngine () | |
virtual | ~HepRandomEngine () |
bool | operator== (const HepRandomEngine &engine) |
bool | operator!= (const HepRandomEngine &engine) |
long | getSeed () const |
const long * | getSeeds () const |
Static Public Member Functions | |
static std::string | beginTag () |
static std::string | engineName () |
Static Public Member Functions inherited from CLHEP::HepRandomEngine | |
static std::string | beginTag () |
static HepRandomEngine * | newEngine (std::istream &is) |
static HepRandomEngine * | newEngine (const std::vector< unsigned long > &v) |
Static Public Attributes | |
static const unsigned int | VECTOR_STATE_SIZE = 31 |
Additional Inherited Members | |
Static Protected Member Functions inherited from CLHEP::HepRandomEngine | |
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 Attributes inherited from CLHEP::HepRandomEngine | |
long | theSeed |
const long * | theSeeds |
Definition at line 44 of file RanluxEngine.h.
CLHEP::RanluxEngine::RanluxEngine | ( | std::istream & | is | ) |
Definition at line 122 of file RanluxEngine.cc.
CLHEP::RanluxEngine::RanluxEngine | ( | ) |
Definition at line 79 of file RanluxEngine.cc.
CLHEP::RanluxEngine::RanluxEngine | ( | long | seed, |
int | lxr = 3 ) |
Definition at line 65 of file RanluxEngine.cc.
CLHEP::RanluxEngine::RanluxEngine | ( | int | rowIndex, |
int | colIndex, | ||
int | lxr ) |
Definition at line 101 of file RanluxEngine.cc.
|
virtual |
Definition at line 128 of file RanluxEngine.cc.
|
static |
Definition at line 477 of file RanluxEngine.cc.
|
inlinestatic |
Definition at line 103 of file RanluxEngine.h.
Referenced by restoreStatus().
|
virtual |
Implements CLHEP::HepRandomEngine.
Definition at line 314 of file RanluxEngine.cc.
|
virtual |
Implements CLHEP::HepRandomEngine.
Definition at line 364 of file RanluxEngine.cc.
|
virtual |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 522 of file RanluxEngine.cc.
|
virtual |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 459 of file RanluxEngine.cc.
|
inline |
Definition at line 90 of file RanluxEngine.h.
Referenced by G4WorkerRunManager::G4WorkerRunManager().
|
virtual |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 531 of file RanluxEngine.cc.
|
virtual |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 481 of file RanluxEngine.cc.
Referenced by get(), get(), getState(), and restoreStatus().
|
virtual |
Implements CLHEP::HepRandomEngine.
Definition at line 63 of file RanluxEngine.cc.
|
virtual |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 417 of file RanluxEngine.cc.
|
virtual |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 421 of file RanluxEngine.cc.
|
virtual |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 425 of file RanluxEngine.cc.
|
virtual |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 443 of file RanluxEngine.cc.
Referenced by put(), and saveStatus().
|
virtual |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 432 of file RanluxEngine.cc.
|
virtual |
Implements CLHEP::HepRandomEngine.
Definition at line 264 of file RanluxEngine.cc.
|
virtual |
Implements CLHEP::HepRandomEngine.
Definition at line 252 of file RanluxEngine.cc.
|
virtual |
Implements CLHEP::HepRandomEngine.
Definition at line 130 of file RanluxEngine.cc.
Referenced by RanluxEngine(), RanluxEngine(), RanluxEngine(), and setSeeds().
|
virtual |
Implements CLHEP::HepRandomEngine.
Definition at line 186 of file RanluxEngine.cc.
Referenced by RanluxEngine(), RanluxEngine(), and RanluxEngine().
|
virtual |
Implements CLHEP::HepRandomEngine.
Definition at line 299 of file RanluxEngine.cc.
|
static |
Definition at line 109 of file RanluxEngine.h.
Referenced by getState(), getState(), and restoreStatus().