Parameters for the Gauss random number generation.
More...
#include </scratch/z5/marcocle/GaudiDocs/lhcb-release/825/GAUDI/GAUDI_v26r3/InstallArea/x86_64-slc6-gcc48-opt/include/GaudiKernel/RndmGenerators.h>
Parameters for the Gauss random number generation.
Definition at line 50 of file RndmGenerators.h.
Rndm::Exponential::Exponential |
( |
double |
m | ) |
|
|
inline |
Standard Constructor.
Definition at line 56 of file RndmGenerators.h.
double m_mean
Mean value of the exponential distribution.
virtual Rndm::Exponential::~Exponential |
( |
| ) |
|
|
inlinevirtual |
Rndm::Exponential::Exponential |
( |
double |
m | ) |
|
|
inline |
Standard Constructor.
Definition at line 56 of file RndmGenerators.h.
double m_mean
Mean value of the exponential distribution.
virtual Rndm::Exponential::~Exponential |
( |
| ) |
|
|
inlinevirtual |
Clone parameters.
Implements IRndmGen::Param.
Definition at line 65 of file RndmGenerators.h.
double m_mean
Mean value of the exponential distribution.
Exponential(double m)
Standard Constructor.
Clone parameters.
Implements IRndmGen::Param.
Definition at line 65 of file RndmGenerators.h.
double m_mean
Mean value of the exponential distribution.
Exponential(double m)
Standard Constructor.
double Rndm::Exponential::mean |
( |
| ) |
const |
|
inline |
Access mean value of the distribution.
Definition at line 61 of file RndmGenerators.h.
double m_mean
Mean value of the exponential distribution.
double Rndm::Exponential::mean |
( |
| ) |
const |
|
inline |
Access mean value of the distribution.
Definition at line 61 of file RndmGenerators.h.
double m_mean
Mean value of the exponential distribution.
static const InterfaceID& Rndm::Exponential::typeID |
( |
| ) |
|
|
inlinestatic |
Identifier for factory.
Definition at line 63 of file RndmGenerators.h.
63 {
return IID_IRndmExponential; }
static const InterfaceID& Rndm::Exponential::typeID |
( |
| ) |
|
|
inlinestatic |
Identifier for factory.
Definition at line 63 of file RndmGenerators.h.
63 {
return IID_IRndmExponential; }
double Rndm::Exponential::m_mean |
|
protected |
Mean value of the exponential distribution.
Definition at line 53 of file RndmGenerators.h.
The documentation for this class was generated from the following file: