|
Gaudi Framework, version v23r7 |
| Home | Generated: Wed Mar 20 2013 |
Parameters for the Landau distributed random number generation. More...
#include <RndmGenerators.h>


Public Member Functions | |
| Landau (double m, double s) | |
| Standard Constructor. | |
| virtual | ~Landau () |
| 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 and Gamma parameter of the Breit-Wigner distribution. | |
| double | m_sigma |
Protected Attributes inherited from IRndmGen::Param | |
| const InterfaceID | m_type |
| Type of the generator. | |
Friends | |
| class | Generator< Landau > |
Parameters for the Landau distributed random number generation.
Definition at line 115 of file RndmGenerators.h.
|
inline |
|
inlinevirtual |
|
inlinevirtual |
|
inline |
Access mean value of the distribution.
Definition at line 127 of file RndmGenerators.h.
|
inline |
Access width of the distribution.
Definition at line 129 of file RndmGenerators.h.
|
inlinestatic |
Identifier for factory.
Definition at line 131 of file RndmGenerators.h.
Definition at line 116 of file RndmGenerators.h.
|
protected |
Mean and Gamma parameter of the Breit-Wigner distribution.
Definition at line 119 of file RndmGenerators.h.
|
protected |
Definition at line 119 of file RndmGenerators.h.