![]() |
The Gaudi Framework
master (ff829712)
|
Parameters for the Gauss random number generation. More...
#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/RndmGenerators.h>
Public Member Functions | |
Exponential (double m) | |
Standard Constructor. | |
double | mean () const |
Access mean value of the distribution. | |
Exponential * | 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. | |
Static Public Member Functions | |
static const InterfaceID & | typeID () |
Identifier for factory. | |
Protected Attributes | |
double | m_mean |
Mean value of the exponential distribution. | |
![]() | |
const InterfaceID | m_type |
Type of the generator. | |
Parameters for the Gauss random number generation.
Definition at line 51 of file RndmGenerators.h.
|
inline |
Standard Constructor.
Definition at line 58 of file RndmGenerators.h.
|
inlineoverridevirtual |
Clone parameters.
Implements IRndmGen::Param.
Definition at line 64 of file RndmGenerators.h.
|
inline |
|
inlinestatic |
Identifier for factory.
Definition at line 62 of file RndmGenerators.h.
|
protected |
Mean value of the exponential distribution.
Definition at line 54 of file RndmGenerators.h.