Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <RandBreitWigner.h>
Public Member Functions | |
RandBreitWigner (HepRandomEngine &anEngine, double a=1.0, double b=0.2) | |
RandBreitWigner (HepRandomEngine *anEngine, double a=1.0, double b=0.2) | |
virtual | ~RandBreitWigner () |
double | fire () |
double | fire (double a, double b) |
double | fire (double a, double b, double c) |
double | fireM2 () |
double | fireM2 (double a, double b) |
double | fireM2 (double a, double b, double c) |
void | fireArray (const int size, double *vect) |
void | fireArray (const int size, double *vect, double a, double b) |
void | fireArray (const int size, double *vect, double a, double b, double c) |
double | operator() () |
double | operator() (double a, double b) |
double | operator() (double a, double b, double c) |
std::ostream & | put (std::ostream &os) const |
std::istream & | get (std::istream &is) |
std::string | name () const |
HepRandomEngine & | engine () |
Public Member Functions inherited from CLHEP::HepRandom | |
HepRandom () | |
HepRandom (long seed) | |
HepRandom (HepRandomEngine &algorithm) | |
HepRandom (HepRandomEngine *algorithm) | |
virtual | ~HepRandom () |
double | flat () |
void | flatArray (const int size, double *vect) |
double | flat (HepRandomEngine *theNewEngine) |
void | flatArray (HepRandomEngine *theNewEngine, const int size, double *vect) |
virtual double | operator() () |
virtual std::string | name () const |
virtual HepRandomEngine & | engine () |
virtual std::ostream & | put (std::ostream &os) const |
virtual std::istream & | get (std::istream &is) |
Static Public Member Functions | |
static double | shoot (double a=1.0, double b=0.2) |
static double | shoot (double a, double b, double c) |
static double | shootM2 (double a=1.0, double b=0.2) |
static double | shootM2 (double a, double b, double c) |
static void | shootArray (const int size, double *vect) |
static void | shootArray (const int size, double *vect, double a, double b) |
static void | shootArray (const int size, double *vect, double a, double b, double c) |
static double | shoot (HepRandomEngine *anEngine, double a=1.0, double b=0.2) |
static double | shoot (HepRandomEngine *anEngine, double a, double b, double c) |
static double | shootM2 (HepRandomEngine *anEngine, double a=1.0, double b=0.2) |
static double | shootM2 (HepRandomEngine *anEngine, double a, double b, double c) |
static void | shootArray (HepRandomEngine *anEngine, const int size, double *vect) |
static void | shootArray (HepRandomEngine *anEngine, const int size, double *vect, double a, double b) |
static void | shootArray (HepRandomEngine *anEngine, const int size, double *vect, double a, double b, double c) |
static std::string | distributionName () |
Static Public Member Functions inherited from CLHEP::HepRandom | |
static void | setTheSeed (long seed, int lux=3) |
static long | getTheSeed () |
static void | setTheSeeds (const long *seeds, int aux=-1) |
static const long * | getTheSeeds () |
static void | getTheTableSeeds (long *seeds, int index) |
static HepRandom * | getTheGenerator () |
static void | setTheEngine (HepRandomEngine *theNewEngine) |
static HepRandomEngine * | getTheEngine () |
static void | saveEngineStatus (const char filename[]="Config.conf") |
static void | restoreEngineStatus (const char filename[]="Config.conf") |
static std::ostream & | saveFullState (std::ostream &os) |
static std::istream & | restoreFullState (std::istream &is) |
static std::ostream & | saveDistState (std::ostream &os) |
static std::istream & | restoreDistState (std::istream &is) |
static std::ostream & | saveStaticRandomStates (std::ostream &os) |
static std::istream & | restoreStaticRandomStates (std::istream &is) |
static void | showEngineStatus () |
static int | createInstance () |
static std::string | distributionName () |
Additional Inherited Members | |
Static Protected Attributes inherited from CLHEP::HepRandom | |
static const long | seedTable [215][2] |
Definition at line 37 of file RandBreitWigner.h.
|
inline |
|
inline |
|
virtual |
Definition at line 33 of file RandBreitWigner.cc.
|
inlinestatic |
Definition at line 131 of file RandBreitWigner.h.
|
virtual |
Reimplemented from CLHEP::HepRandom.
Definition at line 31 of file RandBreitWigner.cc.
double CLHEP::RandBreitWigner::fire | ( | ) |
Definition at line 198 of file RandBreitWigner.cc.
Referenced by fire(), fireArray(), and operator()().
double CLHEP::RandBreitWigner::fire | ( | double | a, |
double | b | ||
) |
Definition at line 203 of file RandBreitWigner.cc.
double CLHEP::RandBreitWigner::fire | ( | double | a, |
double | b, | ||
double | c | ||
) |
Definition at line 213 of file RandBreitWigner.cc.
void CLHEP::RandBreitWigner::fireArray | ( | const int | size, |
double * | vect | ||
) |
Definition at line 257 of file RandBreitWigner.cc.
void CLHEP::RandBreitWigner::fireArray | ( | const int | size, |
double * | vect, | ||
double | a, | ||
double | b | ||
) |
Definition at line 263 of file RandBreitWigner.cc.
void CLHEP::RandBreitWigner::fireArray | ( | const int | size, |
double * | vect, | ||
double | a, | ||
double | b, | ||
double | c | ||
) |
Definition at line 270 of file RandBreitWigner.cc.
double CLHEP::RandBreitWigner::fireM2 | ( | ) |
double CLHEP::RandBreitWigner::fireM2 | ( | double | a, |
double | b | ||
) |
Definition at line 230 of file RandBreitWigner.cc.
double CLHEP::RandBreitWigner::fireM2 | ( | double | a, |
double | b, | ||
double | c | ||
) |
Definition at line 242 of file RandBreitWigner.cc.
|
virtual |
Reimplemented from CLHEP::HepRandom.
Definition at line 291 of file RandBreitWigner.cc.
|
virtual |
Reimplemented from CLHEP::HepRandom.
Definition at line 30 of file RandBreitWigner.cc.
|
virtual |
Reimplemented from CLHEP::HepRandom.
Definition at line 36 of file RandBreitWigner.cc.
double CLHEP::RandBreitWigner::operator() | ( | double | a, |
double | b | ||
) |
Definition at line 40 of file RandBreitWigner.cc.
double CLHEP::RandBreitWigner::operator() | ( | double | a, |
double | b, | ||
double | c | ||
) |
Definition at line 44 of file RandBreitWigner.cc.
|
virtual |
Reimplemented from CLHEP::HepRandom.
Definition at line 278 of file RandBreitWigner.cc.
|
static |
Definition at line 58 of file RandBreitWigner.cc.
|
static |
Definition at line 48 of file RandBreitWigner.cc.
Referenced by shootArray().
|
static |
Definition at line 131 of file RandBreitWigner.cc.
|
static |
Definition at line 120 of file RandBreitWigner.cc.
|
static |
Definition at line 97 of file RandBreitWigner.cc.
|
static |
Definition at line 103 of file RandBreitWigner.cc.
|
static |
Definition at line 110 of file RandBreitWigner.cc.
|
static |
Definition at line 173 of file RandBreitWigner.cc.
|
static |
Definition at line 180 of file RandBreitWigner.cc.
|
static |
Definition at line 188 of file RandBreitWigner.cc.
|
static |
Definition at line 82 of file RandBreitWigner.cc.
|
static |
Definition at line 70 of file RandBreitWigner.cc.
|
static |
Definition at line 157 of file RandBreitWigner.cc.
|
static |
Definition at line 144 of file RandBreitWigner.cc.