Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Static Public Member Functions | List of all members
CLHEP::NonRandomEngine Class Reference

#include <NonRandomEngine.h>

Inheritance diagram for CLHEP::NonRandomEngine:
Inheritance graph
[legend]
Collaboration diagram for CLHEP::NonRandomEngine:
Collaboration graph
[legend]

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 HepRandomEnginenewEngine (std::istream &is)
 
static HepRandomEnginenewEngine (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
 

Detailed Description

Author

Definition at line 39 of file NonRandomEngine.h.

Constructor & Destructor Documentation

CLHEP::NonRandomEngine::NonRandomEngine ( )

Definition at line 33 of file NonRandomEngine.cc.

CLHEP::NonRandomEngine::~NonRandomEngine ( )
virtual

Definition at line 40 of file NonRandomEngine.cc.

Member Function Documentation

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

Definition at line 141 of file NonRandomEngine.cc.

static std::string CLHEP::NonRandomEngine::engineName ( )
inlinestatic

Definition at line 71 of file NonRandomEngine.h.

double CLHEP::NonRandomEngine::flat ( )
virtual

Implements CLHEP::HepRandomEngine.

Definition at line 65 of file NonRandomEngine.cc.

Here is the caller graph for this function:

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

Implements CLHEP::HepRandomEngine.

Definition at line 92 of file NonRandomEngine.cc.

Here is the call graph for this function:

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

Reimplemented from CLHEP::HepRandomEngine.

Definition at line 128 of file NonRandomEngine.cc.

Here is the call graph for this function:

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

Reimplemented from CLHEP::HepRandomEngine.

Definition at line 202 of file NonRandomEngine.cc.

Here is the call graph for this function:

std::istream & CLHEP::NonRandomEngine::getState ( std::istream &  is)
virtual

Reimplemented from CLHEP::HepRandomEngine.

Definition at line 145 of file NonRandomEngine.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

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

Reimplemented from CLHEP::HepRandomEngine.

Definition at line 211 of file NonRandomEngine.cc.

Here is the call graph for this function:

std::string CLHEP::NonRandomEngine::name ( ) const
virtual

Implements CLHEP::HepRandomEngine.

Definition at line 31 of file NonRandomEngine.cc.

std::ostream & CLHEP::NonRandomEngine::put ( std::ostream &  os) const
virtual

Reimplemented from CLHEP::HepRandomEngine.

Definition at line 98 of file NonRandomEngine.cc.

Here is the call graph for this function:

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

Reimplemented from CLHEP::HepRandomEngine.

Definition at line 108 of file NonRandomEngine.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

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.

Here is the call graph for this function:


The documentation for this class was generated from the following files: