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


| Public Member Functions | |
| Landau (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... | |
| Landau * | 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 and Gamma parameter of the Breit-Wigner distribution.  More... | |
| double | m_sigma | 
|  Protected Attributes inherited from IRndmGen::Param | |
| const InterfaceID | m_type | 
| Type of the generator.  More... | |
| Friends | |
| class | Generator< Landau > | 
Parameters for the Landau distributed random number generation.
Definition at line 116 of file RndmGenerators.h.
| 
 | inline | 
| 
 | inlineoverridevirtual | 
| 
 | inline | 
| 
 | inline | 
| 
 | inlinestatic | 
Identifier for factory.
Definition at line 131 of file RndmGenerators.h.
Definition at line 111 of file RndmGenerators.h.
| 
 | protected | 
Mean and Gamma parameter of the Breit-Wigner distribution.
Definition at line 121 of file RndmGenerators.h.
| 
 | protected | 
Definition at line 121 of file RndmGenerators.h.