Parameters for the BreitWigner distributed random number generation.
More...
#include <GaudiKernel/RndmGenerators.h>
Parameters for the BreitWigner distributed random number generation.
Definition at line 88 of file RndmGenerators.h.
Rndm::BreitWigner::BreitWigner |
( |
double |
m, |
|
|
double |
g |
|
) |
| |
|
inline |
Standard Constructor.
Definition at line 98 of file RndmGenerators.h.
double m_mean
Mean and Gamma parameter of the Breit-Wigner distribution.
Clone parameters.
Implements IRndmGen::Param.
Definition at line 106 of file RndmGenerators.h.
BreitWigner(double m, double g)
Standard Constructor.
double m_mean
Mean and Gamma parameter of the Breit-Wigner distribution.
double Rndm::BreitWigner::gamma |
( |
| ) |
const |
|
inline |
double Rndm::BreitWigner::mean |
( |
| ) |
const |
|
inline |
Access mean value of the distribution.
Definition at line 100 of file RndmGenerators.h.
double m_mean
Mean and Gamma parameter of the Breit-Wigner distribution.
static const InterfaceID& Rndm::BreitWigner::typeID |
( |
| ) |
|
|
inlinestatic |
Identifier for factory.
Definition at line 104 of file RndmGenerators.h.
104 {
return IID_IRndmBreitWigner; }
double Rndm::BreitWigner::m_gamma |
|
protected |
double Rndm::BreitWigner::m_mean |
|
protected |
The documentation for this class was generated from the following file: