BOSS
7.1.2
BESIII Offline Software System
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
};
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