Parameters for the Landau distributed random number generation.
More...
#include </scratch/z5/marcocle/lhcb-release/419/GAUDI/GAUDI_v26r1/InstallArea/x86_64-slc6-gcc48-opt/include/GaudiKernel/RndmGenerators.h>
|
| | Landau (double m, double s) |
| | Standard Constructor.
|
| |
| virtual | ~Landau () |
| | Standard Destructor.
|
| |
| double | mean () const |
| | Access mean value of the distribution.
|
| |
| double | sigma () const |
| | Access width of the distribution.
|
| |
| virtual IRndmGen::Param * | clone () const |
| | Clone parameters.
|
| |
| | Landau (double m, double s) |
| | Standard Constructor.
|
| |
| virtual | ~Landau () |
| | Standard Destructor.
|
| |
| double | mean () const |
| | Access mean value of the distribution.
|
| |
| double | sigma () const |
| | Access width of the distribution.
|
| |
| virtual IRndmGen::Param * | clone () const |
| | Clone parameters.
|
| |
| | Param (const InterfaceID &type=IID_IRndmFlat) |
| | Standard constructor.
|
| |
| virtual | ~Param () |
| | Standard Destructor.
|
| |
| virtual const InterfaceID & | type () const |
| | Parameter's type.
|
| |
| | Param (const InterfaceID &type=IID_IRndmFlat) |
| | Standard constructor.
|
| |
| virtual | ~Param () |
| | Standard Destructor.
|
| |
| virtual const InterfaceID & | type () const |
| | Parameter's type.
|
| |
Parameters for the Landau distributed random number generation.
Definition at line 115 of file RndmGenerators.h.
| Rndm::Landau::Landau |
( |
double |
m, |
|
|
double |
s |
|
) |
| |
|
inline |
| virtual Rndm::Landau::~Landau |
( |
| ) |
|
|
inlinevirtual |
| Rndm::Landau::Landau |
( |
double |
m, |
|
|
double |
s |
|
) |
| |
|
inline |
| virtual Rndm::Landau::~Landau |
( |
| ) |
|
|
inlinevirtual |
| double Rndm::Landau::mean |
( |
| ) |
const |
|
inline |
| double Rndm::Landau::mean |
( |
| ) |
const |
|
inline |
| double Rndm::Landau::sigma |
( |
| ) |
const |
|
inline |
| double Rndm::Landau::sigma |
( |
| ) |
const |
|
inline |
Identifier for factory.
Definition at line 131 of file RndmGenerators.h.
{ return IID_IRndmLandau; }
Identifier for factory.
Definition at line 131 of file RndmGenerators.h.
{ 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 files: