|
Gaudi Framework, version v25r2 |
| Home | Generated: Wed Jun 4 2014 |
Parameters for the Gaussian tail number generation. More...
#include <RndmGenerators.h>


Public Member Functions | |
| GaussianTail (double a, double s) | |
| Standard Constructor. | |
| virtual | ~GaussianTail () |
| Standard Destructor. | |
| double | cut () const |
| Access cut value of the distribution. | |
| double | sigma () const |
| Access sigma 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_cut |
| Cut on the Gaussian tail distribution. | |
| double | m_sigma |
| Sigma of the Gauss ditribution. | |
Protected Attributes inherited from IRndmGen::Param | |
| const InterfaceID | m_type |
| Type of the generator. | |
Parameters for the Gaussian tail number generation.
Definition at line 349 of file RndmGenerators.h.
|
inline |
|
inlinevirtual |
|
inlinevirtual |
|
inline |
Access cut value of the distribution.
Definition at line 362 of file RndmGenerators.h.
|
inline |
Access sigma of the distribution.
Definition at line 364 of file RndmGenerators.h.
|
inlinestatic |
Identifier for factory.
Definition at line 366 of file RndmGenerators.h.
|
protected |
Cut on the Gaussian tail distribution.
Definition at line 352 of file RndmGenerators.h.
|
protected |
Sigma of the Gauss ditribution.
Definition at line 354 of file RndmGenerators.h.