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
▼
BOSS
Used Packages
Requirements
►
How to use the ERS package
Todo List
►
Namespaces
►
Classes
▼
Files
►
File List
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
Generator/Bhlumi/Bhlumi-00-00-12/Bhlumi/Bhlumi.h
Go to the documentation of this file.
1
//*****************************************************************************
2
//
3
// Generator/Bhlumi/Bhlumi.h
4
//
5
// Algorithm runs small angle Bhabha event generator BHLUMI
6
// and stores output to transient store
7
//
8
// Jan 2006 Original BES3 code by Alexey Zhemchugov
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
class
IBesRndmGenSvc
;
24
25
class
Bhlumi
:
public
Algorithm
26
{
27
public
:
28
Bhlumi
(
const
std::string& name, ISvcLocator* pSvcLocator);
29
30
StatusCode
initialize
();
31
StatusCode
execute
();
32
StatusCode
finalize
();
33
34
private
:
35
double
xpar[100];
36
int
npar[100];
37
38
IBesRndmGenSvc
* p_BesRndmGenSvc;
39
40
// angle unit control
41
int
m_angleMode;
42
// jobOption params
43
double
m_cmEnergy, m_minThetaAngle, m_maxThetaAngle, m_infraredCut;
44
// Initial Seed
45
std::vector<int> m_initSeed;
46
};
47
48
#endif
Bhlumi
Definition:
Generator/Bhlumi/Bhlumi-00-00-12/Bhlumi/Bhlumi.h:26
Bhlumi::initialize
StatusCode initialize()
Definition:
Bhlumi.cxx:119
Bhlumi::execute
StatusCode execute()
Definition:
Bhlumi.cxx:221
Bhlumi::Bhlumi
Bhlumi(const std::string &name, ISvcLocator *pSvcLocator)
Bhlumi::finalize
StatusCode finalize()
Definition:
Bhlumi.cxx:339
IBesRndmGenSvc
manage multiple CLHEP random engines as named streams
Definition:
Control/BesKernel/BesKernel-00-00-03/BesKernel/IBesRndmGenSvc.h:24
source
Generator
Bhlumi
Bhlumi-00-00-12
Bhlumi
Bhlumi.h
Generated by
1.9.6