|  | The Gaudi Framework
    v28r2
    | 
Parameters for the Gaussian tail number generation. More...
#include <GaudiKernel/RndmGenerators.h>


| Public Member Functions | |
| GaussianTail (double a, double s) | |
| Standard Constructor.  More... | |
| ~GaussianTail () override=default | |
| Standard Destructor.  More... | |
| double | cut () const | 
| Access cut value of the distribution.  More... | |
| double | sigma () const | 
| Access sigma of the distribution.  More... | |
| GaussianTail * | 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_cut | 
| Cut on the Gaussian tail distribution.  More... | |
| double | m_sigma | 
| Sigma of the Gauss ditribution.  More... | |
|  Protected Attributes inherited from IRndmGen::Param | |
| const InterfaceID | m_type | 
| Type of the generator.  More... | |
Parameters for the Gaussian tail number generation.
Definition at line 332 of file RndmGenerators.h.
| 
 | inline | 
Standard Constructor.
Definition at line 340 of file RndmGenerators.h.
| 
 | overridedefault | 
Standard Destructor.
| 
 | inlineoverridevirtual | 
Clone parameters.
Implements IRndmGen::Param.
Definition at line 351 of file RndmGenerators.h.
| 
 | inline | 
Access cut value of the distribution.
Definition at line 345 of file RndmGenerators.h.
| 
 | inline | 
Access sigma of the distribution.
Definition at line 347 of file RndmGenerators.h.
| 
 | inlinestatic | 
Identifier for factory.
Definition at line 349 of file RndmGenerators.h.
| 
 | protected | 
Cut on the Gaussian tail distribution.
Definition at line 335 of file RndmGenerators.h.
| 
 | protected | 
Sigma of the Gauss ditribution.
Definition at line 337 of file RndmGenerators.h.