![]() |
The Gaudi Framework
v28r2
|
Parameters for the flat random number generation within boundaries [minimum, maximum]. More...
#include <GaudiKernel/RndmGenerators.h>


Public Member Functions | |
| Flat (double mi, double ma) | |
| Standard Constructor. More... | |
| ~Flat () override=default | |
| Standard Destructor. More... | |
| double | minimum () const |
| Access lower edge. More... | |
| double | maximum () const |
| Access upper edge. More... | |
| Flat * | clone () const override |
| Clone parameters. More... | |
Public Member Functions inherited from IRndmGen::Param | |
| Param (const InterfaceID &type=IID_IRndmFlat) | |
| Standard constructor. More... | |
| virtual | ~Param ()=default |
| Standard Destructor. More... | |
| virtual const InterfaceID & | type () const |
| Parameter's type. More... | |
Static Public Member Functions | |
| static const InterfaceID & | typeID () |
| Identifier for factory. More... | |
Protected Attributes | |
| double | m_minimum |
| Lower boundary for random numbers. More... | |
| double | m_maximum |
| Upper boundary for random numbers. More... | |
Protected Attributes inherited from IRndmGen::Param | |
| const InterfaceID | m_type |
| Type of the generator. More... | |
Parameters for the flat random number generation within boundaries [minimum, maximum].
Definition at line 254 of file RndmGenerators.h.
|
inline |
Standard Constructor.
Definition at line 262 of file RndmGenerators.h.
|
overridedefault |
Standard Destructor.
|
inlineoverridevirtual |
Clone parameters.
Implements IRndmGen::Param.
Definition at line 273 of file RndmGenerators.h.
|
inline |
Access upper edge.
Definition at line 269 of file RndmGenerators.h.
|
inline |
Access lower edge.
Definition at line 267 of file RndmGenerators.h.
|
inlinestatic |
Identifier for factory.
Definition at line 271 of file RndmGenerators.h.
|
protected |
Upper boundary for random numbers.
Definition at line 259 of file RndmGenerators.h.
|
protected |
Lower boundary for random numbers.
Definition at line 257 of file RndmGenerators.h.