Parameters for the Gauss random number generation.
More...
#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/RndmGenerators.h>
|
| Gauss (double m, double s) |
| Standard Constructor.
|
|
double | mean () const |
| Access mean value of the distribution.
|
|
double | sigma () const |
| Access width of the distribution.
|
|
Gauss * | 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 Gauss random number generation.
Definition at line 27 of file RndmGenerators.h.
◆ Gauss()
Rndm::Gauss::Gauss |
( |
double | m, |
|
|
double | s ) |
|
inline |
Standard Constructor.
Definition at line 38 of file RndmGenerators.h.
38: IRndmGen::Param( IID_IRndmGauss ),
m_mean( m ),
m_sigma( s ) {}
double m_sigma
Sigma of the Gauss distribution.
double m_mean
Mean of the Gauss distribution.
◆ clone()
Gauss * Rndm::Gauss::clone |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ mean()
double Rndm::Gauss::mean |
( |
| ) |
const |
|
inline |
◆ sigma()
double Rndm::Gauss::sigma |
( |
| ) |
const |
|
inline |
◆ typeID()
Identifier for factory.
Definition at line 44 of file RndmGenerators.h.
44{ return IID_IRndmGauss; }
◆ Generator< Gauss >
◆ m_mean
double Rndm::Gauss::m_mean |
|
protected |
◆ m_sigma
double Rndm::Gauss::m_sigma |
|
protected |
The documentation for this class was generated from the following file: