Parameters for the Gamma distributed random number generation.
More...
#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/RndmGenerators.h>
|
| Gamma (double k, double l) |
| Standard Constructor.
|
|
double | kValue () const |
| Access K parameter.
|
|
double | lambda () const |
| Access Lambda parameter.
|
|
Gamma * | clone () const override |
| Clone parameters.
|
|
| Param (const InterfaceID &type=IID_IRndmFlat) |
| Standard constructor.
|
|
virtual | ~Param ()=default |
| Standard Destructor.
|
|
virtual const InterfaceID & | type () const |
| Parameter's type.
|
|
Parameters for the Gamma distributed random number generation.
Definition at line 179 of file RndmGenerators.h.
◆ Gamma()
Rndm::Gamma::Gamma |
( |
double | k, |
|
|
double | l ) |
|
inline |
Standard Constructor.
Definition at line 190 of file RndmGenerators.h.
double m_lambda
Lambda parameter.
◆ clone()
Gamma * Rndm::Gamma::clone |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ kValue()
double Rndm::Gamma::kValue |
( |
| ) |
const |
|
inline |
◆ lambda()
double Rndm::Gamma::lambda |
( |
| ) |
const |
|
inline |
◆ typeID()
Identifier for factory.
Definition at line 196 of file RndmGenerators.h.
196{ return IID_IRndmGamma; }
◆ Generator< Gamma >
◆ m_kValue
double Rndm::Gamma::m_kValue |
|
protected |
◆ m_lambda
double Rndm::Gamma::m_lambda |
|
protected |
The documentation for this class was generated from the following file: