Parameters for the Gaussian tail number generation.
More...
#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/RndmGenerators.h>
|
| GaussianTail (double a, double s) |
| Standard Constructor.
|
|
double | cut () const |
| Access cut value of the distribution.
|
|
double | sigma () const |
| Access sigma of the distribution.
|
|
GaussianTail * | 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 Gaussian tail number generation.
Definition at line 319 of file RndmGenerators.h.
◆ GaussianTail()
Rndm::GaussianTail::GaussianTail |
( |
double | a, |
|
|
double | s ) |
|
inline |
Standard Constructor.
Definition at line 328 of file RndmGenerators.h.
328: IRndmGen::Param( IID_IRndmGaussianTail ),
m_cut( a ),
m_sigma( s ) {}
double m_cut
Cut on the Gaussian tail distribution.
double m_sigma
Sigma of the Gauss ditribution.
◆ clone()
◆ cut()
double Rndm::GaussianTail::cut |
( |
| ) |
const |
|
inline |
◆ sigma()
double Rndm::GaussianTail::sigma |
( |
| ) |
const |
|
inline |
◆ typeID()
static const InterfaceID & Rndm::GaussianTail::typeID |
( |
| ) |
|
|
inlinestatic |
Identifier for factory.
Definition at line 334 of file RndmGenerators.h.
334{ return IID_IRndmGaussianTail; }
◆ m_cut
double Rndm::GaussianTail::m_cut |
|
protected |
◆ m_sigma
double Rndm::GaussianTail::m_sigma |
|
protected |
The documentation for this class was generated from the following file: