#include <CLHEP/Random/RandPoisson.h>
- Author
Definition at line 43 of file RandPoisson.h.
◆ RandPoisson() [1/2]
CLHEP::RandPoisson::RandPoisson |
( |
HepRandomEngine & | anEngine, |
|
|
double | a1 = 1.0 ) |
|
inline |
◆ RandPoisson() [2/2]
CLHEP::RandPoisson::RandPoisson |
( |
HepRandomEngine * | anEngine, |
|
|
double | a1 = 1.0 ) |
|
inline |
◆ ~RandPoisson()
virtual CLHEP::RandPoisson::~RandPoisson |
( |
| ) |
|
|
virtual |
◆ distributionName()
static std::string CLHEP::RandPoisson::distributionName |
( |
| ) |
|
|
inlinestatic |
◆ engine()
◆ fire() [1/2]
long CLHEP::RandPoisson::fire |
( |
| ) |
|
◆ fire() [2/2]
long CLHEP::RandPoisson::fire |
( |
double | mean | ) |
|
◆ fireArray() [1/2]
void CLHEP::RandPoisson::fireArray |
( |
const int | size, |
|
|
long * | vect ) |
◆ fireArray() [2/2]
void CLHEP::RandPoisson::fireArray |
( |
const int | size, |
|
|
long * | vect, |
|
|
double | mean ) |
◆ get()
std::istream & CLHEP::RandPoisson::get |
( |
std::istream & | is | ) |
|
|
virtual |
◆ getLocalEngine()
◆ getMaxMean()
static double CLHEP::RandPoisson::getMaxMean |
( |
| ) |
|
|
inlinestaticprotected |
◆ getOldMean()
static double CLHEP::RandPoisson::getOldMean |
( |
| ) |
|
|
inlinestaticprotected |
◆ getPStatus()
static double * CLHEP::RandPoisson::getPStatus |
( |
| ) |
|
|
inlinestaticprotected |
◆ name()
std::string CLHEP::RandPoisson::name |
( |
| ) |
const |
|
virtual |
◆ operator()() [1/2]
double CLHEP::RandPoisson::operator() |
( |
| ) |
|
|
virtual |
◆ operator()() [2/2]
double CLHEP::RandPoisson::operator() |
( |
double | mean | ) |
|
◆ put()
std::ostream & CLHEP::RandPoisson::put |
( |
std::ostream & | os | ) |
const |
|
virtual |
◆ setOldMean()
static void CLHEP::RandPoisson::setOldMean |
( |
double | val | ) |
|
|
inlinestaticprotected |
◆ setPStatus()
static void CLHEP::RandPoisson::setPStatus |
( |
double | sq, |
|
|
double | alxm, |
|
|
double | g1 ) |
|
inlinestaticprotected |
◆ shoot() [1/2]
static long CLHEP::RandPoisson::shoot |
( |
double | mean = 1.0 | ) |
|
|
static |
◆ shoot() [2/2]
static long CLHEP::RandPoisson::shoot |
( |
HepRandomEngine * | anEngine, |
|
|
double | mean = 1.0 ) |
|
static |
◆ shootArray() [1/2]
static void CLHEP::RandPoisson::shootArray |
( |
const int | size, |
|
|
long * | vect, |
|
|
double | mean = 1.0 ) |
|
static |
◆ shootArray() [2/2]
static void CLHEP::RandPoisson::shootArray |
( |
HepRandomEngine * | anEngine, |
|
|
const int | size, |
|
|
long * | vect, |
|
|
double | mean = 1.0 ) |
|
static |
◆ defaultMean
double CLHEP::RandPoisson::defaultMean |
|
protected |
◆ meanMax
double CLHEP::RandPoisson::meanMax |
|
protected |
The documentation for this class was generated from the following files: