#include <EeTo4eRandom.h>
Definition at line 17 of file EeTo4eRandom.h.
◆ Flat() [1/3]
| double EeTo4eRandom::Flat |
( |
| ) |
|
|
static |
◆ Flat() [2/3]
| double EeTo4eRandom::Flat |
( |
double | max | ) |
|
|
static |
◆ Flat() [3/3]
| double EeTo4eRandom::Flat |
( |
double | min, |
|
|
double | max ) |
|
static |
Definition at line 37 of file EeTo4eRandom.cxx.
37 {
38
40 { cerr <<
"min>max in EeTo4eRandom::Flat(" <<
min <<
"," <<
max <<
")" << endl; }
41
43}
◆ FlatArray()
| void EeTo4eRandom::FlatArray |
( |
double * | vect, |
|
|
const int | size ) |
|
static |
Definition at line 49 of file EeTo4eRandom.cxx.
49 {
50 if ( _randomEngine == 0 )
51 cout << "Can not get randomEngine pointer in EeTo4eRandom::FlatArray" << endl;
52 else _randomEngine->flatArray( size, vect );
53}
◆ random()
| double EeTo4eRandom::random |
( |
| ) |
|
|
static |
Definition at line 27 of file EeTo4eRandom.cxx.
27 {
28
29 if ( _randomEngine == 0 )
30 {
31 cerr << "No random engine available in "
32 << "EeTo4eRandom::random()." << endl;
33 }
34 return _randomEngine->flat();
35}
Referenced by Flat(), Flat(), Flat(), and flat_().
◆ setRandomEngine()
| void EeTo4eRandom::setRandomEngine |
( |
CLHEP::HepRandomEngine * | randomEngine | ) |
|
|
static |
The documentation for this class was generated from the following files: