Parameters for the StudentT distributed random number generation.
More...
#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/RndmGenerators.h>
Parameters for the StudentT distributed random number generation.
Definition at line 159 of file RndmGenerators.h.
◆ StudentT()
Rndm::StudentT::StudentT |
( |
double | a | ) |
|
|
inline |
Standard Constructor.
Definition at line 168 of file RndmGenerators.h.
168: IRndmGen::Param( IID_IRndmStudentT ),
m_aValue( a ) {}
double m_aValue
StudentT distribution parameter.
◆ aValue()
double Rndm::StudentT::aValue |
( |
| ) |
const |
|
inline |
◆ clone()
StudentT * Rndm::StudentT::clone |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ typeID()
Identifier for factory.
Definition at line 172 of file RndmGenerators.h.
172{ return IID_IRndmStudentT; }
◆ Generator< StudentT >
◆ m_aValue
double Rndm::StudentT::m_aValue |
|
protected |
The documentation for this class was generated from the following file: