Parameters for the BreitWigner distributed random number generation with cut off;.
More...
#include <GaudiKernel/RndmGenerators.h>
Parameters for the BreitWigner distributed random number generation with cut off;.
Definition at line 145 of file RndmGenerators.h.
Rndm::BreitWignerCutOff::BreitWignerCutOff |
( |
double |
m, |
|
|
double |
g, |
|
|
double |
c |
|
) |
| |
|
inline |
Standard Constructor.
Definition at line 155 of file RndmGenerators.h.
double m_mean
Mean, Gamma and cut off parameter of the Breit-Wigner distribution.
Rndm::BreitWignerCutOff::~BreitWignerCutOff |
( |
| ) |
|
|
overridedefault |
Clone parameters.
Implements IRndmGen::Param.
Definition at line 170 of file RndmGenerators.h.
double m_mean
Mean, Gamma and cut off parameter of the Breit-Wigner distribution.
BreitWignerCutOff(double m, double g, double c)
Standard Constructor.
double Rndm::BreitWignerCutOff::cutOff |
( |
| ) |
const |
|
inline |
double Rndm::BreitWignerCutOff::gamma |
( |
| ) |
const |
|
inline |
double Rndm::BreitWignerCutOff::mean |
( |
| ) |
const |
|
inline |
Access mean value of the distribution.
Definition at line 162 of file RndmGenerators.h.
double m_mean
Mean, Gamma and cut off parameter of the Breit-Wigner distribution.
static const InterfaceID& Rndm::BreitWignerCutOff::typeID |
( |
| ) |
|
|
inlinestatic |
Identifier for factory.
Definition at line 168 of file RndmGenerators.h.
168 {
return IID_IRndmBreitWignerCutOff; }
double Rndm::BreitWignerCutOff::m_cut |
|
protected |
double Rndm::BreitWignerCutOff::m_gamma |
|
protected |
double Rndm::BreitWignerCutOff::m_mean |
|
protected |
The documentation for this class was generated from the following file: