Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <NonRandomEngine.h>
Public Member Functions | |
NonRandomEngine () | |
virtual | ~NonRandomEngine () |
void | setNextRandom (double r) |
void | setRandomSequence (double *s, int n) |
void | setRandomInterval (double x) |
double | flat () |
void | flatArray (const int size, double *vect) |
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) |
virtual void | saveStatus (const char filename[]="Config.conf") const =0 |
virtual void | restoreStatus (const char filename[]="Config.conf")=0 |
long | getSeed () const |
const long * | getSeeds () const |
virtual | operator double () |
virtual | operator float () |
virtual | operator unsigned int () |
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) |
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 38 of file NonRandomEngine.h.
CLHEP::NonRandomEngine::NonRandomEngine | ( | ) |
Definition at line 33 of file NonRandomEngine.cc.
|
virtual |
Definition at line 40 of file NonRandomEngine.cc.
|
static |
Definition at line 141 of file NonRandomEngine.cc.
|
inlinestatic |
Definition at line 70 of file NonRandomEngine.h.
|
virtual |
Implements CLHEP::HepRandomEngine.
Definition at line 65 of file NonRandomEngine.cc.
Referenced by flatArray().
|
virtual |
Implements CLHEP::HepRandomEngine.
Definition at line 92 of file NonRandomEngine.cc.
|
virtual |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 202 of file NonRandomEngine.cc.
|
virtual |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 128 of file NonRandomEngine.cc.
|
virtual |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 211 of file NonRandomEngine.cc.
|
virtual |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 145 of file NonRandomEngine.cc.
Referenced by get(), get(), and getState().
|
virtual |
Implements CLHEP::HepRandomEngine.
Definition at line 31 of file NonRandomEngine.cc.
|
virtual |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 108 of file NonRandomEngine.cc.
Referenced by put().
|
virtual |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 98 of file NonRandomEngine.cc.
void CLHEP::NonRandomEngine::setNextRandom | ( | double | r | ) |
Definition at line 43 of file NonRandomEngine.cc.
void CLHEP::NonRandomEngine::setRandomInterval | ( | double | x | ) |
Definition at line 59 of file NonRandomEngine.cc.
void CLHEP::NonRandomEngine::setRandomSequence | ( | double * | s, |
int | n ) |
Definition at line 49 of file NonRandomEngine.cc.