|  | The Gaudi Framework
    v28r2
    | 
Parameters for the Gamma distributed random number generation. More...
#include <GaudiKernel/RndmGenerators.h>


| Public Member Functions | |
| Gamma (double k, double l) | |
| Standard Constructor.  More... | |
| ~Gamma () override=default | |
| Standard Destructor.  More... | |
| double | kValue () const | 
| Access K parameter.  More... | |
| double | lambda () const | 
| Access Lambda parameter.  More... | |
| Gamma * | 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_kValue | 
| k Value  More... | |
| double | m_lambda | 
| Lambda parameter.  More... | |
|  Protected Attributes inherited from IRndmGen::Param | |
| const InterfaceID | m_type | 
| Type of the generator.  More... | |
| Friends | |
| class | Generator< Gamma > | 
Parameters for the Gamma distributed random number generation.
Definition at line 182 of file RndmGenerators.h.
| 
 | inline | 
| 
 | overridedefault | 
Standard Destructor.
| 
 | inlineoverridevirtual | 
| 
 | inline | 
| 
 | inline | 
| 
 | inlinestatic | 
Identifier for factory.
Definition at line 200 of file RndmGenerators.h.
Definition at line 183 of file RndmGenerators.h.
| 
 | protected | 
k Value
Definition at line 186 of file RndmGenerators.h.
| 
 | protected | 
Lambda parameter.
Definition at line 188 of file RndmGenerators.h.