|
Gaudi Framework, version v22r4 |
| Home | Generated: Fri Sep 2 2011 |
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. | |
Static Public Member Functions | |
| static const InterfaceID & | typeID () |
| Identifier for factory. | |
Protected Attributes | |
| double | m_kValue |
| k Value | |
| double | m_lambda |
| Lambda parameter. | |
Friends | |
| class | Generator< Gamma > |
Parameters for the Gamma distributed random number generation.
Definition at line 191 of file RndmGenerators.h.
| Rndm::Gamma::Gamma | ( | double | k, |
| double | l | ||
| ) | [inline] |
Standard Constructor.
Definition at line 200 of file RndmGenerators.h.
: IRndmGen::Param(IID_IRndmGamma), m_kValue(k), m_lambda(l) { }
| virtual Rndm::Gamma::~Gamma | ( | ) | [inline, virtual] |
| virtual IRndmGen::Param* Rndm::Gamma::clone | ( | ) | const [inline, virtual] |
| double Rndm::Gamma::kValue | ( | ) | const [inline] |
| double Rndm::Gamma::lambda | ( | ) | const [inline] |
| static const InterfaceID& Rndm::Gamma::typeID | ( | ) | [inline, static] |
Definition at line 192 of file RndmGenerators.h.
double Rndm::Gamma::m_kValue [protected] |
k Value
Definition at line 195 of file RndmGenerators.h.
double Rndm::Gamma::m_lambda [protected] |
Lambda parameter.
Definition at line 197 of file RndmGenerators.h.