The Gaudi Framework
v30r3 (a5ef0a68)
|
Parameters for the Poisson distributed random number generation with a given mean. More...
#include <GaudiKernel/RndmGenerators.h>
Public Member Functions | |
Poisson (double m) | |
Standard Constructor. More... | |
double | mean () const |
Access mean value of the distribution. More... | |
Poisson * | clone () const override |
Clone parameters. More... | |
Public Member Functions inherited from IRndmGen::Param | |
Param (const InterfaceID &type=IID_IRndmFlat) | |
Standard constructor. More... | |
virtual | ~Param ()=default |
Standard Destructor. More... | |
virtual const InterfaceID & | type () const |
Parameter's type. More... | |
Static Public Member Functions | |
static const InterfaceID & | typeID () |
Identifier for factory. More... | |
Protected Attributes | |
double | m_mean |
Mean value of the Poisson distribution. More... | |
Protected Attributes inherited from IRndmGen::Param | |
const InterfaceID | m_type |
Type of the generator. More... | |
Friends | |
class | Generator< Poisson > |
Parameters for the Poisson distributed random number generation with a given mean.
Definition at line 210 of file RndmGenerators.h.
|
inline |
Standard Constructor.
Definition at line 220 of file RndmGenerators.h.
|
inlineoverridevirtual |
Clone parameters.
Implements IRndmGen::Param.
Definition at line 226 of file RndmGenerators.h.
|
inline |
Access mean value of the distribution.
Definition at line 222 of file RndmGenerators.h.
|
inlinestatic |
Identifier for factory.
Definition at line 224 of file RndmGenerators.h.
Definition at line 212 of file RndmGenerators.h.
|
protected |
Mean value of the Poisson distribution.
Definition at line 216 of file RndmGenerators.h.