BOSS
7.0.7
BESIII Offline Software System
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
x
z
Typedefs
b
c
d
e
g
h
i
l
m
n
o
p
r
s
t
v
Enumerations
Enumerator
a
b
c
d
e
f
i
k
l
m
n
o
p
r
s
t
u
w
x
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
v
w
Enumerations
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
v
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Related Functions
:
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
w
x
Files
File List
File Members
All
!
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
!
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
!
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
p
q
r
s
t
u
v
w
z
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
u
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
EkharaRandom.h
Go to the documentation of this file.
1
#ifndef EkharaRANDOM_H
2
#define EkharaRANDOM_H
3
4
#include "CLHEP/Random/RandomEngine.h"
5
6
class
EkharaRandom
{
7
8
public
:
9
10
static
double
Flat
(
double
min
,
double
max
);
11
static
double
Flat
(
double
max
);
12
static
double
Flat
();
13
static
void
FlatArray
(
double
* vect,
const
int
size);
14
15
static
double
random
();
16
17
//This class does not take ownership of the random engine;
18
//the caller needs to make sure that the engine is not
19
//destroyed.
20
static
void
setRandomEngine
(CLHEP::HepRandomEngine* randomEngine);
21
22
private
:
23
24
static
CLHEP::HepRandomEngine* _randomEngine;
25
26
};
27
28
#endif
29
min
#define min(a, b)
Definition:
Eepipi/Eepipi-00-00-06/src/ee2eepp/basesv5.1/f2c.h:153
max
#define max(a, b)
Definition:
Eepipi/Eepipi-00-00-06/src/ee2eepp/basesv5.1/f2c.h:154
EkharaRandom
Definition:
EkharaRandom.h:6
EkharaRandom::random
static double random()
Definition:
EkharaRandom.cxx:16
EkharaRandom::Flat
static double Flat()
Definition:
EkharaRandom.cxx:44
EkharaRandom::FlatArray
static void FlatArray(double *vect, const int size)
Definition:
EkharaRandom.cxx:50
EkharaRandom::setRandomEngine
static void setRandomEngine(CLHEP::HepRandomEngine *randomEngine)
Definition:
EkharaRandom.cxx:11
source
Generator
Ekhara
Ekhara-00-00-13
Ekhara
EkharaRandom.h
Generated by
1.9.6