Parameters for the Gauss random number generation.
More...
#include <GaudiKernel/RndmGenerators.h>
Parameters for the Gauss random number generation.
Definition at line 23 of file RndmGenerators.h.
Rndm::Gauss::Gauss |
( |
double |
m, |
|
|
double |
s |
|
) |
| |
|
inline |
Standard Constructor.
Definition at line 35 of file RndmGenerators.h.
double m_mean
Mean of the Gauss distribution.
double m_sigma
Sigma of the Gauss distribution.
Gauss* Rndm::Gauss::clone |
( |
| ) |
const |
|
inlineoverridevirtual |
Clone parameters.
Implements IRndmGen::Param.
Definition at line 43 of file RndmGenerators.h.
Gauss(double m, double s)
Standard Constructor.
double m_mean
Mean of the Gauss distribution.
double m_sigma
Sigma of the Gauss distribution.
double Rndm::Gauss::mean |
( |
| ) |
const |
|
inline |
Access mean value of the distribution.
Definition at line 37 of file RndmGenerators.h.
double m_mean
Mean of the Gauss distribution.
double Rndm::Gauss::sigma |
( |
| ) |
const |
|
inline |
Access width of the distribution.
Definition at line 39 of file RndmGenerators.h.
double m_sigma
Sigma of the Gauss distribution.
Identifier for factory.
Definition at line 41 of file RndmGenerators.h.
41 {
return IID_IRndmGauss; }
double Rndm::Gauss::m_mean |
|
protected |
double Rndm::Gauss::m_sigma |
|
protected |
The documentation for this class was generated from the following file: