BOSS
7.1.2
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
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
Variables
a
b
c
d
e
f
g
h
i
k
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
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 Symbols
:
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
h
i
j
k
l
m
n
p
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
▼
BOSS
Used Packages
Requirements
►
How to use the ERS package
Todo List
►
Namespaces
►
Classes
▼
Files
▼
File List
▼
7.1.2
►
Analysis
►
BesCxxPolicy
►
BesExamples
►
BesPolicy
►
Calibration
►
Control
►
Database
►
DetectorDescription
►
DistBoss
►
DQA
►
Emc
►
Event
►
EventDisplay
►
EventFilter
►
EvtPreSelect
►
External
▼
Generator
►
Babayaga
►
BabayagaNLO
►
BesBdkRc
►
BesEvtGen
►
BesGenInterface
►
BesGenModule
►
BesTwogam
►
Bhlumi
►
Bhwide
►
CosmicGenerator
►
Eepipi
►
EeTo4e
►
EeToeeV
►
Ekhara
►
GenAnalysisTools
►
GeneratorModule
►
GeneratorObject
►
GeneratorUtil
▼
KKMC
▼
KKMC-00-01-02
►
KKMC
▼
src
►
bornv
►
dizet
►
glibk
▼
KK2f
►
BVR.h
►
BXformat.h
►
GPS.h
►
HepEvt.h
►
KarFin.h
►
KarLud.h
►
KK2f.h
►
PseuMar.h
►
PseuMarc.cxx
►
QED3.h
►
Taupair.h
►
YFSini2.h
►
KKsem
►
KKMC.cxx
►
KKMCRandom.cxx
ReadEb.cxx
ReadME.cxx
►
McEventSelector
►
Mcgpj
►
Phokhara
►
SingleParticleGun
►
InstallArea
►
LumTauAlg
►
MagneticField
►
Mdc
►
Muc
►
OfflineEvtFilter
►
Reconstruction
►
RootPolicy
►
Simulation
►
Tof
►
Trigger
►
Utilities
►
Validation
►
File Members
•
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
}
32
void
flat_
(
float
*rndm) {
…
}
39
40
flat_
float flat_()
Definition
Babayaga.cxx:126
KKMCRandom.h
KKMCRandom::random
static double random()
Definition
KKMCRandom.cxx:37
std
Definition
RootEventData/RootEventData_rootcint.cxx:38
7.1.2
Generator
KKMC
KKMC-00-01-02
src
KK2f
PseuMarc.cxx
Generated by
1.12.0