The Gaudi Framework
master (37c0b60a)
|
Parameters for the Chi2 distributed random number generation. More...
#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/RndmGenerators.h>
Public Member Functions | |
Chi2 (long n_dof) | |
Standard Constructor. More... | |
long | nDOF () const |
Access mean value of the distribution. More... | |
Chi2 * | clone () const override |
Clone parameters. More... | |
Public Member Functions inherited from IRndmGen::Param | |
Param (const InterfaceID &type=IID_IRndmFlat) | |
Standard constructor. More... | |
virtual | ~Param ()=default |
Standard Destructor. More... | |
virtual const InterfaceID & | type () const |
Parameter's type. More... | |
Static Public Member Functions | |
static const InterfaceID & | typeID () |
Identifier for factory. More... | |
Protected Attributes | |
long | m_nDOF |
Number of degrees of freedom. More... | |
Protected Attributes inherited from IRndmGen::Param | |
const InterfaceID | m_type |
Type of the generator. More... | |
Friends | |
class | Generator< Chi2 > |
Parameters for the Chi2 distributed random number generation.
Definition at line 74 of file RndmGenerators.h.
|
inline |
|
inlineoverridevirtual |
|
inline |
|
inlinestatic |
Identifier for factory.
Definition at line 87 of file RndmGenerators.h.
Definition at line 69 of file RndmGenerators.h.
|
protected |
Number of degrees of freedom.
Definition at line 79 of file RndmGenerators.h.