BOSS
7.0.7
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
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
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
BesBdkRc.h
Go to the documentation of this file.
1
//*****************************************************************************
2
//
3
//
4
//
5
//
6
//
7
//
8
//
9
//*****************************************************************************
10
11
#ifndef GENERATORMODULESEVTDECAY_H
12
#define GENERATORMODULESEVTDECAY_H
13
14
#include "GaudiKernel/Algorithm.h"
15
#include "GaudiKernel/ISvcLocator.h"
16
17
#include <string>
18
19
class
IBesRndmGenSvc
;
20
21
class
BesBdkRc
:
public
Algorithm
22
{
23
public
:
24
BesBdkRc
(
const
std::string& name, ISvcLocator* pSvcLocator);
25
26
StatusCode
initialize
();
27
StatusCode
execute
();
28
StatusCode
finalize
();
29
30
private
:
31
double
toRad;
//=pi/180.0;
32
double
toDeg;
//=180.0/pi;
33
float
m_w2min;
34
// float m_ebeam;
35
float
m_CMEnergy;
36
float
m_ewe;
37
float
m_kzero;
38
float
qmass[6];
39
40
int
m_maxNTry;
41
int
m_ifinal;
42
int
m_iseed;
43
44
float
m_tcmin;
45
float
m_pcmin;
46
long
int
m_numberEvent;
47
48
IBesRndmGenSvc
* p_BesRndmGenSvc;
49
};
50
51
#endif
BesBdkRc
Definition:
BesBdkRc.h:22
BesBdkRc::finalize
StatusCode finalize()
Definition:
BesBdkRc.cxx:244
BesBdkRc::execute
StatusCode execute()
Definition:
BesBdkRc.cxx:192
BesBdkRc::initialize
StatusCode initialize()
Definition:
BesBdkRc.cxx:152
IBesRndmGenSvc
manage multiple CLHEP random engines as named streams
Definition:
IBesRndmGenSvc.h:24
source
Generator
BesBdkRc
BesBdkRc-00-00-02
BesBdkRc
BesBdkRc.h
Generated by
1.9.6