Parameters for the Poisson distributed random number generation with a given mean.
More...
#include </scratch/z5/marcocle/GaudiDocs/lhcb-release/825/GAUDI/GAUDI_v26r3/InstallArea/x86_64-slc6-gcc48-opt/include/GaudiKernel/RndmGenerators.h>
Parameters for the Poisson distributed random number generation with a given mean.
Definition at line 219 of file RndmGenerators.h.
Rndm::Poisson::Poisson |
( |
double |
m | ) |
|
|
inline |
Standard Constructor.
Definition at line 226 of file RndmGenerators.h.
double m_mean
Mean value of the Poisson distribution.
virtual Rndm::Poisson::~Poisson |
( |
| ) |
|
|
inlinevirtual |
Rndm::Poisson::Poisson |
( |
double |
m | ) |
|
|
inline |
Standard Constructor.
Definition at line 226 of file RndmGenerators.h.
double m_mean
Mean value of the Poisson distribution.
virtual Rndm::Poisson::~Poisson |
( |
| ) |
|
|
inlinevirtual |
Clone parameters.
Implements IRndmGen::Param.
Definition at line 234 of file RndmGenerators.h.
double m_mean
Mean value of the Poisson distribution.
Poisson(double m)
Standard Constructor.
Clone parameters.
Implements IRndmGen::Param.
Definition at line 234 of file RndmGenerators.h.
double m_mean
Mean value of the Poisson distribution.
Poisson(double m)
Standard Constructor.
double Rndm::Poisson::mean |
( |
| ) |
const |
|
inline |
Access mean value of the distribution.
Definition at line 230 of file RndmGenerators.h.
double m_mean
Mean value of the Poisson distribution.
double Rndm::Poisson::mean |
( |
| ) |
const |
|
inline |
Access mean value of the distribution.
Definition at line 230 of file RndmGenerators.h.
double m_mean
Mean value of the Poisson distribution.
Identifier for factory.
Definition at line 232 of file RndmGenerators.h.
232 {
return IID_IRndmPoisson; }
Identifier for factory.
Definition at line 232 of file RndmGenerators.h.
232 {
return IID_IRndmPoisson; }
double Rndm::Poisson::m_mean |
|
protected |
The documentation for this class was generated from the following file: