|
Gaudi Framework, version v21r6 |
| Home | Generated: 11 Nov 2009 |
#include <RndmGenerators.h>


Definition at line 171 of file 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. | |
Static Public Member Functions | |
| static const InterfaceID & | typeID () |
| Identifier for factory. | |
Protected Attributes | |
| double | m_aValue |
| StudentT distribution parameter. | |
Friends | |
| class | Generator< StudentT > |
| Rndm::StudentT::StudentT | ( | double | a | ) | [inline] |
Standard Constructor.
Definition at line 178 of file RndmGenerators.h.
00178 : IRndmGen::Param(IID_IRndmStudentT), m_aValue(a) { }
| virtual Rndm::StudentT::~StudentT | ( | ) | [inline, virtual] |
| double Rndm::StudentT::aValue | ( | ) | const [inline] |
| static const InterfaceID& Rndm::StudentT::typeID | ( | ) | [inline, static] |
Identifier for factory.
Definition at line 184 of file RndmGenerators.h.
00184 { return IID_IRndmStudentT; }
| virtual IRndmGen::Param* Rndm::StudentT::clone | ( | ) | const [inline, virtual] |
Definition at line 172 of file RndmGenerators.h.
double Rndm::StudentT::m_aValue [protected] |