|
Gaudi Framework, version v23r9 |
| Home | Generated: Thu Jul 18 2013 |
Parameters for the Gamma distributed random number generation. More...
#include <RndmGenerators.h>


Public Member Functions | |
| Gamma (double k, double l) | |
| Standard Constructor. | |
| virtual | ~Gamma () |
| Standard Destructor. | |
| double | kValue () const |
| Access K parameter. | |
| double | lambda () const |
| Access Lambda parameter. | |
| 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_kValue |
| k Value | |
| double | m_lambda |
| Lambda parameter. | |
Protected Attributes inherited from IRndmGen::Param | |
| const InterfaceID | m_type |
| Type of the generator. | |
Friends | |
| class | Generator< Gamma > |
Parameters for the Gamma distributed random number generation.
Definition at line 191 of file RndmGenerators.h.
|
inline |
|
inlinevirtual |
|
inlinevirtual |
|
inline |
|
inline |
|
inlinestatic |
Definition at line 192 of file RndmGenerators.h.
|
protected |
k Value
Definition at line 195 of file RndmGenerators.h.
|
protected |
Lambda parameter.
Definition at line 197 of file RndmGenerators.h.