Parameters for the Landau distributed random number generation.
More...
#include <GaudiKernel/RndmGenerators.h>
Parameters for the Landau distributed random number generation.
Definition at line 111 of file RndmGenerators.h.
Rndm::Landau::Landau |
( |
double |
m, |
|
|
double |
s |
|
) |
| |
|
inline |
Standard Constructor.
Definition at line 121 of file RndmGenerators.h.
double m_mean
Mean and Gamma parameter of the Breit-Wigner distribution.
Landau* Rndm::Landau::clone |
( |
| ) |
const |
|
inlineoverridevirtual |
Clone parameters.
Implements IRndmGen::Param.
Definition at line 129 of file RndmGenerators.h.
Landau(double m, double s)
Standard Constructor.
double m_mean
Mean and Gamma parameter of the Breit-Wigner distribution.
double Rndm::Landau::mean |
( |
| ) |
const |
|
inline |
Access mean value of the distribution.
Definition at line 123 of file RndmGenerators.h.
double m_mean
Mean and Gamma parameter of the Breit-Wigner distribution.
double Rndm::Landau::sigma |
( |
| ) |
const |
|
inline |
Identifier for factory.
Definition at line 127 of file RndmGenerators.h.
127 {
return IID_IRndmLandau; }
double Rndm::Landau::m_mean |
|
protected |
double Rndm::Landau::m_sigma |
|
protected |
The documentation for this class was generated from the following file: