|
Gaudi Framework, version v25r0 |
| Home | Generated: Mon Feb 17 2014 |
Parameters for the BreitWigner distributed random number generation. More...
#include <RndmGenerators.h>


Public Member Functions | |
| BreitWigner (double m, double g) | |
| Standard Constructor. | |
| virtual | ~BreitWigner () |
| Standard Destructor. | |
| double | mean () const |
| Access mean value of the distribution. | |
| double | gamma () 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_gamma |
Protected Attributes inherited from IRndmGen::Param | |
| const InterfaceID | m_type |
| Type of the generator. | |
Friends | |
| class | Generator< BreitWigner > |
Parameters for the BreitWigner distributed random number generation.
Definition at line 90 of file RndmGenerators.h.
|
inline |
|
inlinevirtual |
|
inlinevirtual |
|
inline |
Access width of the distribution.
Definition at line 104 of file RndmGenerators.h.
|
inline |
Access mean value of the distribution.
Definition at line 102 of file RndmGenerators.h.
|
inlinestatic |
Identifier for factory.
Definition at line 106 of file RndmGenerators.h.
|
friend |
Definition at line 91 of file RndmGenerators.h.
|
protected |
Definition at line 94 of file RndmGenerators.h.
|
protected |
Mean and Gamma parameter of the Breit-Wigner distribution.
Definition at line 94 of file RndmGenerators.h.