#include <RndmGenerators.h>
Inheritance diagram for Rndm::Chi2:
Public Member Functions | |
| Chi2 (long n_dof) | |
| Standard Constructor. | |
| virtual | ~Chi2 () |
| Standard Destructor. | |
| long | nDOF () const |
| Access mean value of the distribution. | |
| virtual IRndmGen::Param * | clone () const |
| Clone parameters. | |
| virtual const InterfaceID & | type () const |
| Parameter's type. | |
Static Public Member Functions | |
| static const InterfaceID & | typeID () |
| Identifier for factory. | |
Protected Attributes | |
| long | m_nDOF |
| Number of degress of freedom. | |
| const InterfaceID | m_type |
| Type of the generator. | |
Friends | |
| class | Generator< Chi2 > |
Definition at line 69 of file RndmGenerators.h.
| Rndm::Chi2::Chi2 | ( | long | n_dof | ) | [inline] |
Standard Constructor.
Definition at line 76 of file RndmGenerators.h.
00076 : IRndmGen::Param(IID_IRndmChi2), m_nDOF(n_dof) { }
| virtual Rndm::Chi2::~Chi2 | ( | ) | [inline, virtual] |
| long Rndm::Chi2::nDOF | ( | ) | const [inline] |
Access mean value of the distribution.
Definition at line 80 of file RndmGenerators.h.
00080 { return m_nDOF; }
| static const InterfaceID& Rndm::Chi2::typeID | ( | ) | [inline, static] |
Identifier for factory.
Definition at line 82 of file RndmGenerators.h.
00082 { return IID_IRndmChi2; }
| virtual IRndmGen::Param* Rndm::Chi2::clone | ( | ) | const [inline, virtual] |
| virtual const InterfaceID& IRndmGen::Param::type | ( | ) | const [inline, virtual, inherited] |
friend class Generator< Chi2 > [friend] |
Definition at line 70 of file RndmGenerators.h.
long Rndm::Chi2::m_nDOF [protected] |
const InterfaceID IRndmGen::Param::m_type [protected, inherited] |
1.4.7