Parameters for the BreitWigner distributed random number generation with cut off;.
More...
#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/RndmGenerators.h>
|
| BreitWignerCutOff (double m, double g, double c) |
| Standard Constructor.
|
|
double | mean () const |
| Access mean value of the distribution.
|
|
double | gamma () const |
| Access width of the distribution.
|
|
double | cutOff () const |
| Access width of the distribution.
|
|
BreitWignerCutOff * | 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 BreitWigner distributed random number generation with cut off;.
Definition at line 134 of file RndmGenerators.h.
◆ BreitWignerCutOff()
Rndm::BreitWignerCutOff::BreitWignerCutOff |
( |
double | m, |
|
|
double | g, |
|
|
double | c ) |
|
inline |
Standard Constructor.
Definition at line 143 of file RndmGenerators.h.
144 : IRndmGen::Param( IID_IRndmBreitWignerCutOff ),
m_mean( m ),
m_gamma( g ),
m_cut( c ) {}
double m_mean
Mean, Gamma and cut off parameter of the Breit-Wigner distribution.
◆ clone()
◆ cutOff()
double Rndm::BreitWignerCutOff::cutOff |
( |
| ) |
const |
|
inline |
◆ gamma()
double Rndm::BreitWignerCutOff::gamma |
( |
| ) |
const |
|
inline |
◆ mean()
double Rndm::BreitWignerCutOff::mean |
( |
| ) |
const |
|
inline |
◆ typeID()
static const InterfaceID & Rndm::BreitWignerCutOff::typeID |
( |
| ) |
|
|
inlinestatic |
Identifier for factory.
Definition at line 152 of file RndmGenerators.h.
152{ return IID_IRndmBreitWignerCutOff; }
◆ Generator< BreitWignerCutOff >
◆ m_cut
double Rndm::BreitWignerCutOff::m_cut |
|
protected |
◆ m_gamma
double Rndm::BreitWignerCutOff::m_gamma |
|
protected |
◆ m_mean
double Rndm::BreitWignerCutOff::m_mean |
|
protected |
The documentation for this class was generated from the following file: