|
Gaudi Framework, version v23r7 |
| Home | Generated: Wed Mar 20 2013 |
Parameters for the StudentT distributed random number generation. More...
#include <RndmGenerators.h>


Public Member Functions | |
| StudentT (double a) | |
| Standard Constructor. | |
| virtual | ~StudentT () |
| Standard Destructor. | |
| double | aValue () const |
| Access A 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_aValue |
| StudentT distribution parameter. | |
Protected Attributes inherited from IRndmGen::Param | |
| const InterfaceID | m_type |
| Type of the generator. | |
Friends | |
| class | Generator< StudentT > |
Parameters for the StudentT distributed random number generation.
Definition at line 171 of file RndmGenerators.h.
|
inline |
|
inlinevirtual |
|
inline |
|
inlinevirtual |
|
inlinestatic |
Identifier for factory.
Definition at line 184 of file RndmGenerators.h.
Definition at line 172 of file RndmGenerators.h.
|
protected |
StudentT distribution parameter.
Definition at line 175 of file RndmGenerators.h.