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/Babayaga/Babayaga-00-00-26/Babayaga/Babayaga.h
Go to the documentation of this file.
1
//*****************************************************************************
2
//
3
// Generator/Babayaga/Babayaga.h
4
//
5
// Algorithm runs small angle Bhabha event generator BABAYAGA
6
// and stores output to transient store
7
//
8
// Aug. 2007 Original BES3 code by Rong-Gang Ping
9
//
10
//*****************************************************************************
11
12
#ifndef GENERATORMODULESEVTDECAY_H
13
#define GENERATORMODULESEVTDECAY_H
14
15
#include "HepMC/GenEvent.h"
16
#include "HepMC/GenParticle.h"
17
18
#include "GaudiKernel/Algorithm.h"
19
#include "GaudiKernel/ISvcLocator.h"
20
21
#include <vector>
22
23
using namespace
std
;
24
25
class
IBesRndmGenSvc
;
26
class
Babayaga
:
public
Algorithm
27
{
28
public
:
29
Babayaga
(
const
string
& name, ISvcLocator* pSvcLocator);
30
31
StatusCode
initialize
();
32
StatusCode
execute
();
33
StatusCode
finalize
();
34
StatusCode
getMaxEvent
();
35
36
private
:
37
// jobOption params
38
int
m_Int,m_Ich,m_Iarun,m_Ires,m_on,m_evtMax,HN;
39
int
m_INTUPLE,m_PHCUT,m_CUTG;
40
double
m_Ebeam,m_Thmin, m_Thmax,m_Emin,m_Zmax,m_Egmin,m_Thgmin,m_Thgmax;
41
double
m_CutNgam,m_CutEgam;
42
43
IBesRndmGenSvc
* p_BesRndmGenSvc;
44
45
// Initial Seed
46
// std::vector<int> m_initSeed;
47
};
48
49
#endif
Babayaga
Definition:
Generator/Babayaga/Babayaga-00-00-26/Babayaga/Babayaga.h:27
Babayaga::getMaxEvent
StatusCode getMaxEvent()
Definition:
Babayaga.cxx:337
Babayaga::finalize
StatusCode finalize()
Definition:
Babayaga.cxx:325
Babayaga::initialize
StatusCode initialize()
Definition:
Babayaga.cxx:163
Babayaga::execute
StatusCode execute()
Definition:
Babayaga.cxx:209
IBesRndmGenSvc
manage multiple CLHEP random engines as named streams
Definition:
Control/BesKernel/BesKernel-00-00-03/BesKernel/IBesRndmGenSvc.h:24
std
Definition:
Event/RootEventData/RootEventData-00-03-80/RootEventData/RootEventData_rootcint.cxx:16
source
Generator
Babayaga
Babayaga-00-00-26
Babayaga
Babayaga.h
Generated by
1.9.6