|
Gaudi Framework, version v23r5 |
| Home | Generated: Wed Nov 28 2012 |
Parameters for the Poisson distributed random number generation with a given mean. More...
#include <RndmGenerators.h>


Public Member Functions | |
| Poisson (double m) | |
| Standard Constructor. | |
| virtual | ~Poisson () |
| Standard Destructor. | |
| double | mean () const |
| Access mean value of the distribution. | |
| virtual IRndmGen::Param * | clone () const |
| Clone parameters. | |
Public Member Functions inherited from IRndmGen::Param | |
| Param (const InterfaceID &type=IID_IRndmFlat) | |
| Standard constructor. | |
| virtual | ~Param () |
| Standard Destructor. | |
| virtual const InterfaceID & | type () const |
| Parameter's type. | |
Static Public Member Functions | |
| static const InterfaceID & | typeID () |
| Identifier for factory. | |
Protected Attributes | |
| double | m_mean |
| Mean value of the Poisson distribution. | |
Protected Attributes inherited from IRndmGen::Param | |
| const InterfaceID | m_type |
| Type of the generator. | |
Friends | |
| class | Generator< Poisson > |
Parameters for the Poisson distributed random number generation with a given mean.
Definition at line 219 of file RndmGenerators.h.
|
inline |
|
inlinevirtual |
|
inlinevirtual |
|
inline |
Access mean value of the distribution.
Definition at line 230 of file RndmGenerators.h.
|
inlinestatic |
Identifier for factory.
Definition at line 232 of file RndmGenerators.h.
Definition at line 220 of file RndmGenerators.h.
|
protected |
Mean value of the Poisson distribution.
Definition at line 223 of file RndmGenerators.h.