|
Gaudi Framework, version v23r6 |
| Home | Generated: Wed Jan 30 2013 |
Parameters for the Gauss random number generation. More...
#include <RndmGenerators.h>


Public Member Functions | |
| Gauss (double m, double s) | |
| Standard Constructor. | |
| virtual | ~Gauss () |
| Standard Destructor. | |
| double | mean () const |
| Access mean value of the distribution. | |
| double | sigma () const |
| Access width of the distribution. | |
| virtual IRndmGen::Param * | clone () const |
| Clone parameters. | |
Public Member Functions inherited from IRndmGen::Param | |
| Param (const InterfaceID &type=IID_IRndmFlat) | |
| Standard constructor. | |
| virtual | ~Param () |
| 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 of the Gauss distribution. | |
| double | m_sigma |
| Sigma of the Gauss distribution. | |
Protected Attributes inherited from IRndmGen::Param | |
| const InterfaceID | m_type |
| Type of the generator. | |
Friends | |
| class | Generator< Gauss > |
| Generator is the friend. | |
Parameters for the Gauss random number generation.
Definition at line 22 of file RndmGenerators.h.
|
inline |
|
inlinevirtual |
|
inlinevirtual |
|
inline |
Access mean value of the distribution.
Definition at line 37 of file RndmGenerators.h.
|
inline |
Access width of the distribution.
Definition at line 39 of file RndmGenerators.h.
|
inlinestatic |
Generator is the friend.
Definition at line 25 of file RndmGenerators.h.
|
protected |
Mean of the Gauss distribution.
Definition at line 27 of file RndmGenerators.h.
|
protected |
Sigma of the Gauss distribution.
Definition at line 29 of file RndmGenerators.h.