Parameters for the Gauss random number generation.
More...
#include </scratch/z5/marcocle/lhcb-release/419/GAUDI/GAUDI_v26r1/InstallArea/x86_64-slc6-gcc48-opt/include/GaudiKernel/RndmGenerators.h>
|
| | Gauss (double m, double s) |
| | Standard Constructor.
|
| |
| virtual | ~Gauss () |
| | 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.
|
| |
| | Gauss (double m, double s) |
| | Standard Constructor.
|
| |
| virtual | ~Gauss () |
| | 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 Gauss random number generation.
Definition at line 22 of file RndmGenerators.h.
| Rndm::Gauss::Gauss |
( |
double |
m, |
|
|
double |
s |
|
) |
| |
|
inline |
| virtual Rndm::Gauss::~Gauss |
( |
| ) |
|
|
inlinevirtual |
| Rndm::Gauss::Gauss |
( |
double |
m, |
|
|
double |
s |
|
) |
| |
|
inline |
| virtual Rndm::Gauss::~Gauss |
( |
| ) |
|
|
inlinevirtual |
| double Rndm::Gauss::mean |
( |
| ) |
const |
|
inline |
| double Rndm::Gauss::mean |
( |
| ) |
const |
|
inline |
| double Rndm::Gauss::sigma |
( |
| ) |
const |
|
inline |
| double Rndm::Gauss::sigma |
( |
| ) |
const |
|
inline |
Identifier for factory.
Definition at line 41 of file RndmGenerators.h.
{ return IID_IRndmGauss; }
Identifier for factory.
Definition at line 41 of file RndmGenerators.h.
{ return IID_IRndmGauss; }
| double Rndm::Gauss::m_mean |
|
protected |
| double Rndm::Gauss::m_sigma |
|
protected |
The documentation for this class was generated from the following files: