CLHEP 2.4.7.1
C++ Class Library for High Energy Physics
CLHEP::Hurd160Engine Class Reference

#include <CLHEP/Random/Hurd160Engine.h>

Inheritance diagram for CLHEP::Hurd160Engine:
CLHEP::HepRandomEngine

Public Member Functions

 Hurd160Engine ()
 Hurd160Engine (std::istream &is)
 Hurd160Engine (long seed)
 Hurd160Engine (int rowIndex, int colIndex)
virtual ~Hurd160Engine ()
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[]="Hurd160Engine.conf") const
void restoreStatus (const char filename[]="Hurd160Engine.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)
std::string name () const
virtual std::istream & getState (std::istream &is)
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 engineName ()
static std::string beginTag ()
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)

Static Public Attributes

static const unsigned int VECTOR_STATE_SIZE = 7

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 41 of file Hurd160Engine.h.

Constructor & Destructor Documentation

◆ Hurd160Engine() [1/4]

CLHEP::Hurd160Engine::Hurd160Engine ( )

◆ Hurd160Engine() [2/4]

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

◆ Hurd160Engine() [3/4]

CLHEP::Hurd160Engine::Hurd160Engine ( long seed)

◆ Hurd160Engine() [4/4]

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

◆ ~Hurd160Engine()

virtual CLHEP::Hurd160Engine::~Hurd160Engine ( )
virtual

Member Function Documentation

◆ beginTag()

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

◆ engineName()

std::string CLHEP::Hurd160Engine::engineName ( )
inlinestatic

Definition at line 83 of file Hurd160Engine.h.

◆ flat()

double CLHEP::Hurd160Engine::flat ( )
virtual

◆ flatArray()

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

◆ get() [1/2]

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

Reimplemented from CLHEP::HepRandomEngine.

◆ get() [2/2]

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

Reimplemented from CLHEP::HepRandomEngine.

◆ getState() [1/2]

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

Reimplemented from CLHEP::HepRandomEngine.

◆ getState() [2/2]

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

Reimplemented from CLHEP::HepRandomEngine.

◆ name()

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

◆ operator double()

CLHEP::Hurd160Engine::operator double ( )
virtual

Reimplemented from CLHEP::HepRandomEngine.

◆ operator float()

CLHEP::Hurd160Engine::operator float ( )
virtual

Reimplemented from CLHEP::HepRandomEngine.

◆ operator unsigned int()

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

Reimplemented from CLHEP::HepRandomEngine.

◆ put() [1/2]

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

Reimplemented from CLHEP::HepRandomEngine.

◆ put() [2/2]

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

Reimplemented from CLHEP::HepRandomEngine.

◆ restoreStatus()

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

◆ saveStatus()

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

◆ setSeed()

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

◆ setSeeds()

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

◆ showStatus()

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

Member Data Documentation

◆ VECTOR_STATE_SIZE

const unsigned int CLHEP::Hurd160Engine::VECTOR_STATE_SIZE = 7
static

Definition at line 91 of file Hurd160Engine.h.


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