The Gaudi Framework
v30r3 (a5ef0a68)
|
Parameters for the BreitWigner distributed random number generation with cut off;. More...
#include <GaudiKernel/RndmGenerators.h>
Public Member Functions | |
BreitWignerCutOff (double m, double g, double c) | |
Standard Constructor. More... | |
double | mean () const |
Access mean value of the distribution. More... | |
double | gamma () const |
Access width of the distribution. More... | |
double | cutOff () const |
Access width of the distribution. More... | |
BreitWignerCutOff * | 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, Gamma and cut off parameter of the Breit-Wigner distribution. More... | |
double | m_gamma |
double | m_cut |
Protected Attributes inherited from IRndmGen::Param | |
const InterfaceID | m_type |
Type of the generator. More... | |
Friends | |
class | Generator< BreitWignerCutOff > |
Parameters for the BreitWigner distributed random number generation with cut off;.
Definition at line 135 of file RndmGenerators.h.
|
inline |
Standard Constructor.
Definition at line 145 of file RndmGenerators.h.
|
inlineoverridevirtual |
Clone parameters.
Implements IRndmGen::Param.
Definition at line 158 of file RndmGenerators.h.
|
inline |
|
inline |
|
inline |
Access mean value of the distribution.
Definition at line 150 of file RndmGenerators.h.
|
inlinestatic |
Identifier for factory.
Definition at line 156 of file RndmGenerators.h.
|
friend |
Definition at line 137 of file RndmGenerators.h.
|
protected |
Definition at line 141 of file RndmGenerators.h.
|
protected |
Definition at line 141 of file RndmGenerators.h.
|
protected |
Mean, Gamma and cut off parameter of the Breit-Wigner distribution.
Definition at line 141 of file RndmGenerators.h.