BOSS
7.0.9
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
k
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
v
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
PseuMarc.cxx
Go to the documentation of this file.
1
//*********************************************
2
//
3
// Environment:
4
// This software is part of models developed at BES collaboration.
5
// If you use all or part of it, please give an appropriate acknowledgement.
6
//
7
// Copyright Information:
8
//
9
// Module: PseuMarc.cc
10
//
11
// Description: to unify the random engines of :
12
// Rlu in lund_crm1_evtgen.F as EvtGen
13
// Pyr in Pythia
14
// by replace the random number in PseuMar_makeVec(rved,lenv)(see PseuMar.F),
15
// RANMAR(RVEC,LENV) in tauola.F
16
// Modification history:
17
//
18
// Ping R.-G. Nov., 2007 Module created
19
//
20
//------------------------------------------------------------------------
21
22
#include "
KKMC/KKMCRandom.h
"
23
#include <iostream>
24
using namespace
std
;
25
26
extern
"C"
{
27
extern
void
flat_
(
float
*);
28
}
29
30
static
int
nr=0;
31
32
void
flat_
(
float
*rndm)
33
{
34
*rndm= (float)
KKMCRandom::random
();
35
nr++;
36
// cout<<nr<<": "<<"KKMCRandom= "<<*rndm<<endl;
37
return
;
38
}
39
40
flat_
float flat_()
Definition:
Babayaga.cxx:126
KKMCRandom.h
KKMCRandom::random
static double random()
Definition:
KKMCRandom.cxx:37
std
Definition:
RootEventData_rootcint.cxx:16
source
Generator
KKMC
KKMC-00-00-62
src
KK2f
PseuMarc.cxx
Generated by
1.9.6