Parameters for the Landau distributed random number generation.
More...
#include <GaudiKernel/RndmGenerators.h>
Parameters for the Landau distributed random number generation.
Definition at line 119 of file RndmGenerators.h.
Rndm::Landau::Landau |
( |
double |
m, |
|
|
double |
s |
|
) |
| |
|
inline |
Standard Constructor.
Definition at line 129 of file RndmGenerators.h.
double m_mean
Mean and Gamma parameter of the Breit-Wigner distribution.
Rndm::Landau::~Landau |
( |
| ) |
|
|
overridedefault |
Landau* Rndm::Landau::clone |
( |
| ) |
const |
|
inlineoverridevirtual |
Clone parameters.
Implements IRndmGen::Param.
Definition at line 139 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 133 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 137 of file RndmGenerators.h.
137 {
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: