The Gaudi Framework
v30r3 (a5ef0a68)
|
Parameters for the Gamma distributed random number generation. More...
#include <GaudiKernel/RndmGenerators.h>
Public Member Functions | |
Gamma (double k, double l) | |
Standard Constructor. 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 184 of file RndmGenerators.h.
|
inline |
|
inlineoverridevirtual |
|
inline |
|
inline |
|
inlinestatic |
Identifier for factory.
Definition at line 202 of file RndmGenerators.h.
Definition at line 186 of file RndmGenerators.h.
|
protected |
k Value
Definition at line 190 of file RndmGenerators.h.
|
protected |
Lambda parameter.
Definition at line 192 of file RndmGenerators.h.