Parameters for the Gaussian tail number generation.
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 Gaussian tail number generation.
Definition at line 349 of file RndmGenerators.h.
Rndm::GaussianTail::GaussianTail |
( |
double |
a, |
|
|
double |
s |
|
) |
| |
|
inline |
Standard Constructor.
Definition at line 357 of file RndmGenerators.h.
double m_sigma
Sigma of the Gauss ditribution.
double m_cut
Cut on the Gaussian tail distribution.
virtual Rndm::GaussianTail::~GaussianTail |
( |
| ) |
|
|
inlinevirtual |
Rndm::GaussianTail::GaussianTail |
( |
double |
a, |
|
|
double |
s |
|
) |
| |
|
inline |
Standard Constructor.
Definition at line 357 of file RndmGenerators.h.
double m_sigma
Sigma of the Gauss ditribution.
double m_cut
Cut on the Gaussian tail distribution.
virtual Rndm::GaussianTail::~GaussianTail |
( |
| ) |
|
|
inlinevirtual |
Clone parameters.
Implements IRndmGen::Param.
Definition at line 368 of file RndmGenerators.h.
GaussianTail(double a, double s)
Standard Constructor.
double m_sigma
Sigma of the Gauss ditribution.
double m_cut
Cut on the Gaussian tail distribution.
Clone parameters.
Implements IRndmGen::Param.
Definition at line 368 of file RndmGenerators.h.
GaussianTail(double a, double s)
Standard Constructor.
double m_sigma
Sigma of the Gauss ditribution.
double m_cut
Cut on the Gaussian tail distribution.
double Rndm::GaussianTail::cut |
( |
| ) |
const |
|
inline |
Access cut value of the distribution.
Definition at line 362 of file RndmGenerators.h.
double m_cut
Cut on the Gaussian tail distribution.
double Rndm::GaussianTail::cut |
( |
| ) |
const |
|
inline |
Access cut value of the distribution.
Definition at line 362 of file RndmGenerators.h.
double m_cut
Cut on the Gaussian tail distribution.
double Rndm::GaussianTail::sigma |
( |
| ) |
const |
|
inline |
Access sigma of the distribution.
Definition at line 364 of file RndmGenerators.h.
double m_sigma
Sigma of the Gauss ditribution.
double Rndm::GaussianTail::sigma |
( |
| ) |
const |
|
inline |
Access sigma of the distribution.
Definition at line 364 of file RndmGenerators.h.
double m_sigma
Sigma of the Gauss ditribution.
static const InterfaceID& Rndm::GaussianTail::typeID |
( |
| ) |
|
|
inlinestatic |
Identifier for factory.
Definition at line 366 of file RndmGenerators.h.
366 {
return IID_IRndmGaussianTail; }
static const InterfaceID& Rndm::GaussianTail::typeID |
( |
| ) |
|
|
inlinestatic |
Identifier for factory.
Definition at line 366 of file RndmGenerators.h.
366 {
return IID_IRndmGaussianTail; }
double Rndm::GaussianTail::m_cut |
|
protected |
double Rndm::GaussianTail::m_sigma |
|
protected |
The documentation for this class was generated from the following file: