Parameters for the Poisson distributed random number generation with a given mean.
More...
#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/RndmGenerators.h>
|
| | Poisson (double m) |
| | Standard Constructor.
|
| |
| double | mean () const |
| | Access mean value of the distribution.
|
| |
| Poisson * | clone () const override |
| | Clone parameters.
|
| |
| | Param (const InterfaceID &type=IID_IRndmFlat) |
| | Standard constructor.
|
| |
| virtual | ~Param ()=default |
| | Standard Destructor.
|
| |
| virtual const InterfaceID & | type () const |
| | Parameter's type.
|
| |
Parameters for the Poisson distributed random number generation with a given mean.
Definition at line 204 of file RndmGenerators.h.
◆ Poisson()
| Rndm::Poisson::Poisson |
( |
double | m | ) |
|
|
inline |
Standard Constructor.
Definition at line 213 of file RndmGenerators.h.
213: IRndmGen::Param( IID_IRndmPoisson ),
m_mean( m ) {}
double m_mean
Mean value of the Poisson distribution.
◆ clone()
| Poisson * Rndm::Poisson::clone |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ mean()
| double Rndm::Poisson::mean |
( |
| ) |
const |
|
inline |
◆ typeID()
Identifier for factory.
Definition at line 217 of file RndmGenerators.h.
217{ return IID_IRndmPoisson; }
◆ Generator< Poisson >
◆ m_mean
| double Rndm::Poisson::m_mean |
|
protected |
The documentation for this class was generated from the following file: