Parameters for the flat random number generation within boundaries [minimum, maximum].
More...
#include <RndmGenerators.h>
List of all members.
Public Member Functions |
| | Flat (double mi, double ma) |
| | Standard Constructor.
|
| virtual | ~Flat () |
| | Standard Destructor.
|
| double | minimum () const |
| | Access lower edge.
|
| double | maximum () const |
| | Access upper edge.
|
| virtual IRndmGen::Param * | clone () const |
| | Clone parameters.
|
Static Public Member Functions |
| static const InterfaceID & | typeID () |
| | Identifier for factory.
|
Protected Attributes |
| double | m_minimum |
| | Lower boundary for random numbers.
|
| double | m_maximum |
| | Upper boundary for random numbers.
|
Detailed Description
Parameters for the flat random number generation within boundaries [minimum, maximum].
Definition at line 267 of file RndmGenerators.h.
Constructor & Destructor Documentation
| Rndm::Flat::Flat |
( |
double |
mi, |
|
|
double |
ma |
|
) |
| [inline] |
| virtual Rndm::Flat::~Flat |
( |
) |
[inline, virtual] |
Member Function Documentation
| double Rndm::Flat::maximum |
( |
) |
const [inline] |
| double Rndm::Flat::minimum |
( |
) |
const [inline] |
| static const InterfaceID& Rndm::Flat::typeID |
( |
) |
[inline, static] |
Member Data Documentation
The documentation for this class was generated from the following file:
- /afs/.cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v22r2/GaudiKernel/GaudiKernel/RndmGenerators.h