BOSS
7.0.1
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
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
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
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/Bhlumi/Bhlumi-00-00-12/Bhlumi/BhlumiRandom.h
Go to the documentation of this file.
1
//--------------------------------------------------------------------------
2
//
3
// Module: BhlumiRandom.h
4
//
5
//------------------------------------------------------------------------
6
7
#ifndef BHLUMIRANDOM_H
8
#define BHLUMIRANDOM_H
9
10
#include "CLHEP/Random/RandomEngine.h"
11
12
13
class
BhlumiRandom
{
14
15
public
:
16
17
static
double
Flat
(
double
min
,
double
max
);
18
static
double
Flat
(
double
max
);
19
static
double
Flat
();
20
static
void
FlatArray
(
double
* vect,
const
int
size);
21
22
static
double
random
();
23
24
//This class does not take ownership of the random engine;
25
//the caller needs to make sure that the engine is not
26
//destroyed.
27
static
void
setRandomEngine
(CLHEP::HepRandomEngine* randomEngine);
28
29
private
:
30
31
static
CLHEP::HepRandomEngine* _randomEngine;
32
33
};
34
35
#endif
36
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
BhlumiRandom
Definition:
Generator/Bhlumi/Bhlumi-00-00-12/Bhlumi/BhlumiRandom.h:13
BhlumiRandom::FlatArray
static void FlatArray(double *vect, const int size)
Definition:
BhlumiRandom.cxx:47
BhlumiRandom::setRandomEngine
static void setRandomEngine(CLHEP::HepRandomEngine *randomEngine)
Definition:
BhlumiRandom.cxx:10
BhlumiRandom::random
static double random()
Definition:
BhlumiRandom.cxx:14
BhlumiRandom::Flat
static double Flat()
Definition:
BhlumiRandom.cxx:41
source
Generator
Bhlumi
Bhlumi-00-00-12
Bhlumi
BhlumiRandom.h
Generated by
1.9.6