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
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
KShortReconstruction.h
Go to the documentation of this file.
1
#ifndef Reconstruction_KShortReconstruction_H
2
#define Reconstruction_KShortReconstruction_H
3
4
#include "GaudiKernel/AlgFactory.h"
5
#include "GaudiKernel/Algorithm.h"
6
#include "GaudiKernel/NTuple.h"
7
8
#include "
EvtRecEvent/EvtRecVeeVertex.h
"
9
10
class
KShortReconstruction
:
public
Algorithm {
11
12
public
:
13
KShortReconstruction
(
const
std::string& name, ISvcLocator* pSvcLocator);
14
StatusCode
initialize
();
15
StatusCode
execute
();
16
StatusCode
finalize
();
17
18
private
:
19
StatusCode registerEvtRecVeeVertexCol(
20
EvtRecVeeVertexCol
* veeVertexCol, MsgStream& log);
21
22
private
:
23
// charge track selection
24
double
m_vzCut;
25
double
m_cosThetaCut;
26
double
m_ChisqCut;
27
bool
m_useVFrefine;
28
// particle ID Cut
29
bool
m_useDedx;
30
bool
m_useTof1;
31
bool
m_useTof2;
32
bool
m_useTofE;
33
bool
m_useTofQ;
34
bool
m_useEmc;
35
double
m_PidProbCut;
36
// mass cut
37
double
m_massRangeLower;
38
double
m_massRangeHigher;
39
// SecondVertex Cut
40
double
m_chisqCut;
41
};
10
class
KShortReconstruction
:
public
Algorithm {
…
};
42
#endif
EvtRecVeeVertex.h
EvtRecVeeVertexCol
ObjectVector< EvtRecVeeVertex > EvtRecVeeVertexCol
Definition
EvtRecVeeVertex.h:107
KShortReconstruction
Definition
KShortReconstruction.h:10
KShortReconstruction::finalize
StatusCode finalize()
Definition
KShortReconstruction.cxx:61
KShortReconstruction::execute
StatusCode execute()
Definition
KShortReconstruction.cxx:79
KShortReconstruction::KShortReconstruction
KShortReconstruction(const std::string &name, ISvcLocator *pSvcLocator)
Definition
KShortReconstruction.cxx:31
KShortReconstruction::initialize
StatusCode initialize()
Definition
KShortReconstruction.cxx:53
7.1.2
Reconstruction
VeeVertexAlg
VeeVertexAlg-00-01-02
VeeVertexAlg
KShortReconstruction.h
Generated by
1.12.0