Parameters for the Chi2 distributed random number generation.
More...
#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/RndmGenerators.h>
|
| Chi2 (long n_dof) |
| Standard Constructor.
|
|
long | nDOF () const |
| Access mean value of the distribution.
|
|
Chi2 * | clone () const override |
| Clone parameters.
|
|
| Param (const InterfaceID &type=IID_IRndmFlat) |
| Standard constructor.
|
|
virtual | ~Param ()=default |
| Standard Destructor.
|
|
virtual const InterfaceID & | type () const |
| Parameter's type.
|
|
Parameters for the Chi2 distributed random number generation.
Definition at line 69 of file RndmGenerators.h.
◆ Chi2()
Rndm::Chi2::Chi2 |
( |
long | n_dof | ) |
|
|
inline |
Standard Constructor.
Definition at line 78 of file RndmGenerators.h.
78: IRndmGen::Param( IID_IRndmChi2 ),
m_nDOF( n_dof ) {}
long m_nDOF
Number of degrees of freedom.
◆ clone()
Chi2 * Rndm::Chi2::clone |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ nDOF()
long Rndm::Chi2::nDOF |
( |
| ) |
const |
|
inline |
◆ typeID()
Identifier for factory.
Definition at line 82 of file RndmGenerators.h.
82{ return IID_IRndmChi2; }
◆ Generator< Chi2 >
◆ m_nDOF
The documentation for this class was generated from the following file: