BOSS
7.0.4
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
_
e
f
g
h
i
l
m
o
p
r
s
t
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
d
e
g
h
p
r
s
t
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
Generator/EeToeeV/EeToeeV-00-00-01/EeToeeV/EeToeeVRandom.h
Go to the documentation of this file.
1
//--------------------------------------------------------------------------
2
//
3
// Module: EeToeeVRandom.h
4
//
5
// Description: head file for EeToeeVRandom.cc
6
//
7
// Modification history:
8
//
9
// Ping RG Feb. 16, 2009 Module created
10
//
11
//------------------------------------------------------------------------
12
13
#ifndef BABAYAGARANDOM_H
14
#define BABAYAGARANDOM_H
15
16
#include "CLHEP/Random/RandomEngine.h"
17
18
19
class
EeToeeVRandom
{
20
21
public
:
22
23
static
double
Flat
(
double
min
,
double
max
);
24
static
double
Flat
(
double
max
);
25
static
double
Flat
();
26
static
void
FlatArray
(
double
* vect,
const
int
size);
27
28
static
double
random
();
29
30
//This class does not take ownership of the random engine;
31
//the caller needs to make sure that the engine is not
32
//destroyed.
33
static
void
setRandomEngine
(CLHEP::HepRandomEngine* randomEngine);
34
35
private
:
36
37
static
CLHEP::HepRandomEngine* _randomEngine;
38
39
};
40
41
#endif
42
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
EeToeeVRandom
Definition:
Generator/EeToeeV/EeToeeV-00-00-01/EeToeeV/EeToeeVRandom.h:19
EeToeeVRandom::random
static double random()
Definition:
EeToeeVRandom.cxx:28
EeToeeVRandom::Flat
static double Flat()
Definition:
EeToeeVRandom.cxx:55
EeToeeVRandom::FlatArray
static void FlatArray(double *vect, const int size)
Definition:
EeToeeVRandom.cxx:61
EeToeeVRandom::setRandomEngine
static void setRandomEngine(CLHEP::HepRandomEngine *randomEngine)
Definition:
EeToeeVRandom.cxx:23
source
Generator
EeToeeV
EeToeeV-00-00-01
EeToeeV
EeToeeVRandom.h
Generated by
1.9.6