Geant4 11.1.1
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 lxr=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 36 of file RandBreitWigner.h.
|
inline |
|
inline |
|
virtual |
Definition at line 35 of file RandBreitWigner.cc.
|
inlinestatic |
Definition at line 130 of file RandBreitWigner.h.
|
virtual |
Reimplemented from CLHEP::HepRandom.
Definition at line 33 of file RandBreitWigner.cc.
double CLHEP::RandBreitWigner::fire | ( | ) |
Definition at line 200 of file RandBreitWigner.cc.
Referenced by fire(), fireArray(), and operator()().
double CLHEP::RandBreitWigner::fire | ( | double | a, |
double | b | ||
) |
Definition at line 205 of file RandBreitWigner.cc.
double CLHEP::RandBreitWigner::fire | ( | double | a, |
double | b, | ||
double | c | ||
) |
Definition at line 215 of file RandBreitWigner.cc.
void CLHEP::RandBreitWigner::fireArray | ( | const int | size, |
double * | vect | ||
) |
Definition at line 259 of file RandBreitWigner.cc.
void CLHEP::RandBreitWigner::fireArray | ( | const int | size, |
double * | vect, | ||
double | a, | ||
double | b | ||
) |
Definition at line 265 of file RandBreitWigner.cc.
void CLHEP::RandBreitWigner::fireArray | ( | const int | size, |
double * | vect, | ||
double | a, | ||
double | b, | ||
double | c | ||
) |
Definition at line 272 of file RandBreitWigner.cc.
double CLHEP::RandBreitWigner::fireM2 | ( | ) |
double CLHEP::RandBreitWigner::fireM2 | ( | double | a, |
double | b | ||
) |
Definition at line 232 of file RandBreitWigner.cc.
double CLHEP::RandBreitWigner::fireM2 | ( | double | a, |
double | b, | ||
double | c | ||
) |
Definition at line 244 of file RandBreitWigner.cc.
|
virtual |
Reimplemented from CLHEP::HepRandom.
Definition at line 293 of file RandBreitWigner.cc.
|
virtual |
Reimplemented from CLHEP::HepRandom.
Definition at line 32 of file RandBreitWigner.cc.
|
virtual |
Reimplemented from CLHEP::HepRandom.
Definition at line 38 of file RandBreitWigner.cc.
double CLHEP::RandBreitWigner::operator() | ( | double | a, |
double | b | ||
) |
Definition at line 42 of file RandBreitWigner.cc.
double CLHEP::RandBreitWigner::operator() | ( | double | a, |
double | b, | ||
double | c | ||
) |
Definition at line 46 of file RandBreitWigner.cc.
|
virtual |
Reimplemented from CLHEP::HepRandom.
Definition at line 280 of file RandBreitWigner.cc.
|
static |
Definition at line 60 of file RandBreitWigner.cc.
|
static |
Definition at line 50 of file RandBreitWigner.cc.
Referenced by shootArray().
|
static |
Definition at line 133 of file RandBreitWigner.cc.
|
static |
Definition at line 122 of file RandBreitWigner.cc.
|
static |
Definition at line 99 of file RandBreitWigner.cc.
|
static |
Definition at line 105 of file RandBreitWigner.cc.
|
static |
Definition at line 112 of file RandBreitWigner.cc.
|
static |
Definition at line 175 of file RandBreitWigner.cc.
|
static |
Definition at line 182 of file RandBreitWigner.cc.
|
static |
Definition at line 190 of file RandBreitWigner.cc.
|
static |
Definition at line 84 of file RandBreitWigner.cc.
|
static |
Definition at line 72 of file RandBreitWigner.cc.
|
static |
Definition at line 159 of file RandBreitWigner.cc.
|
static |
Definition at line 146 of file RandBreitWigner.cc.