|  | The Gaudi Framework
    v39r3 (979e3109)
    | 
Parameters for the Gauss random number generation. More...
#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/RndmGenerators.h>


| Public Member Functions | |
| Gauss (double m, double s) | |
| Standard Constructor.  More... | |
| double | mean () const | 
| Access mean value of the distribution.  More... | |
| double | sigma () const | 
| Access width of the distribution.  More... | |
| Gauss * | clone () const override | 
| Clone parameters.  More... | |
|  Public Member Functions inherited from IRndmGen::Param | |
| Param (const InterfaceID &type=IID_IRndmFlat) | |
| Standard constructor.  More... | |
| virtual | ~Param ()=default | 
| Standard Destructor.  More... | |
| virtual const InterfaceID & | type () const | 
| Parameter's type.  More... | |
| Static Public Member Functions | |
| static const InterfaceID & | typeID () | 
| Identifier for factory.  More... | |
| Protected Attributes | |
| double | m_mean | 
| Mean of the Gauss distribution.  More... | |
| double | m_sigma | 
| Sigma of the Gauss distribution.  More... | |
|  Protected Attributes inherited from IRndmGen::Param | |
| const InterfaceID | m_type | 
| Type of the generator.  More... | |
| Friends | |
| class | Generator< Gauss > | 
| Generator is the friend.  More... | |
Parameters for the Gauss random number generation.
Definition at line 32 of file RndmGenerators.h.
| 
 | inline | 
| 
 | inlineoverridevirtual | 
| 
 | inline | 
| 
 | inline | 
| 
 | inlinestatic | 
Identifier for factory.
Definition at line 49 of file RndmGenerators.h.
Generator is the friend.
Definition at line 1 of file RndmGenerators.h.
| 
 | protected | 
Mean of the Gauss distribution.
Definition at line 37 of file RndmGenerators.h.
| 
 | protected | 
Sigma of the Gauss distribution.
Definition at line 39 of file RndmGenerators.h.