Parameters for the Landau distributed random number generation.
More...
#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/RndmGenerators.h>
|
| | Landau (double m, double s) |
| | Standard Constructor.
|
| |
| double | mean () const |
| | Access mean value of the distribution.
|
| |
| double | sigma () const |
| | Access width of the distribution.
|
| |
| Landau * | clone () const override |
| | Clone parameters.
|
| |
| | Param (const InterfaceID &type=IID_IRndmFlat) |
| | Standard constructor.
|
| |
| virtual | ~Param ()=default |
| | Standard Destructor.
|
| |
| virtual const InterfaceID & | type () const |
| | Parameter's type.
|
| |
Parameters for the Landau distributed random number generation.
Definition at line 111 of file RndmGenerators.h.
◆ Landau()
| Rndm::Landau::Landau |
( |
double | m, |
|
|
double | s ) |
|
inline |
Standard Constructor.
Definition at line 120 of file RndmGenerators.h.
120: IRndmGen::Param( IID_IRndmLandau ),
m_mean( m ),
m_sigma( s ) {}
double m_mean
Mean and Gamma parameter of the Breit-Wigner distribution.
◆ clone()
| Landau * Rndm::Landau::clone |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ mean()
| double Rndm::Landau::mean |
( |
| ) |
const |
|
inline |
◆ sigma()
| double Rndm::Landau::sigma |
( |
| ) |
const |
|
inline |
◆ typeID()
Identifier for factory.
Definition at line 126 of file RndmGenerators.h.
126{ return IID_IRndmLandau; }
◆ Generator< Landau >
◆ m_mean
| double Rndm::Landau::m_mean |
|
protected |
◆ m_sigma
| double Rndm::Landau::m_sigma |
|
protected |
The documentation for this class was generated from the following file: