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 141 of file RndmGenerators.h.
Rndm::BreitWignerCutOff::BreitWignerCutOff |
( |
double |
m, |
|
|
double |
g, |
|
|
double |
c |
|
) |
| |
|
inline |
Standard Constructor.
Definition at line 148 of file RndmGenerators.h.
double m_mean
Mean, Gamma and cut off parameter of the Breit-Wigner distribution.
virtual Rndm::BreitWignerCutOff::~BreitWignerCutOff |
( |
| ) |
|
|
inlinevirtual |
Clone parameters.
Implements IRndmGen::Param.
Definition at line 164 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 156 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 162 of file RndmGenerators.h.
162 {
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: