|
Gaudi Framework, version v25r2 |
| Home | Generated: Wed Jun 4 2014 |
Parameters for the Binomial distributed random number generation. More...
#include <RndmGenerators.h>


Public Member Functions | |
| Binomial (long n, double p) | |
| Standard Constructor. | |
| virtual | ~Binomial () |
| Standard Destructor. | |
| long | nEvent () const |
| Access number of events. | |
| double | probability () const |
| Access number of events. | |
| 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 | |
| long | m_nEvent |
| Number of events the binomial destribution corresponds to. | |
| double | m_probability |
| And the probability for having success. | |
Protected Attributes inherited from IRndmGen::Param | |
| const InterfaceID | m_type |
| Type of the generator. | |
Parameters for the Binomial distributed random number generation.
The returned values are in fact integers
Definition at line 240 of file RndmGenerators.h.
|
inline |
|
inlinevirtual |
|
inlinevirtual |
|
inline |
|
inline |
|
inlinestatic |
Identifier for factory.
Definition at line 257 of file RndmGenerators.h.
|
protected |
Number of events the binomial destribution corresponds to.
Definition at line 243 of file RndmGenerators.h.
|
protected |
And the probability for having success.
Definition at line 245 of file RndmGenerators.h.