|
Gaudi Framework, version v25r1 |
| Home | Generated: Mon Mar 24 2014 |
Parameters for the BreitWigner distributed random number generation with cut off;. More...
#include <RndmGenerators.h>


Public Member Functions | |
| BreitWignerCutOff (double m, double g, double c) | |
| Standard Constructor. | |
| virtual | ~BreitWignerCutOff () |
| Standard Destructor. | |
| double | mean () const |
| Access mean value of the distribution. | |
| double | gamma () const |
| Access width of the distribution. | |
| double | cutOff () 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, Gamma and cut off parameter of the Breit-Wigner distribution. | |
| double | m_gamma |
| double | m_cut |
Protected Attributes inherited from IRndmGen::Param | |
| const InterfaceID | m_type |
| Type of the generator. | |
Friends | |
| class | Generator< BreitWignerCutOff > |
Parameters for the BreitWigner distributed random number generation with cut off;.
Definition at line 141 of file RndmGenerators.h.
|
inline |
Standard Constructor.
Definition at line 148 of file RndmGenerators.h.
|
inlinevirtual |
|
inlinevirtual |
|
inline |
Access width of the distribution.
Definition at line 160 of file RndmGenerators.h.
|
inline |
Access width of the distribution.
Definition at line 158 of file RndmGenerators.h.
|
inline |
Access mean value of the distribution.
Definition at line 156 of file RndmGenerators.h.
|
inlinestatic |
Identifier for factory.
Definition at line 162 of file RndmGenerators.h.
|
friend |
Definition at line 142 of file RndmGenerators.h.
|
protected |
Definition at line 145 of file RndmGenerators.h.
|
protected |
Definition at line 145 of file RndmGenerators.h.
|
protected |
Mean, Gamma and cut off parameter of the Breit-Wigner distribution.
Definition at line 145 of file RndmGenerators.h.