CGEM BOSS
6.6.5.i
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
// particle ID Cut
28
bool
m_useDedx;
29
bool
m_useTof1;
30
bool
m_useTof2;
31
bool
m_useTofE;
32
bool
m_useTofQ;
33
bool
m_useEmc;
34
double
m_PidProbCut;
35
// mass cut
36
double
m_massRangeLower;
37
double
m_massRangeHigher;
38
// SecondVertex Cut
39
double
m_chisqCut;
40
};
41
#endif
EvtRecVeeVertex.h
EvtRecVeeVertexCol
ObjectVector< EvtRecVeeVertex > EvtRecVeeVertexCol
Definition
EvtRecVeeVertex.h:107
KShortReconstruction
Definition
KShortReconstruction.h:10
KShortReconstruction::finalize
StatusCode finalize()
Definition
KShortReconstruction.cxx:58
KShortReconstruction::execute
StatusCode execute()
Definition
KShortReconstruction.cxx:76
KShortReconstruction::KShortReconstruction
KShortReconstruction(const std::string &name, ISvcLocator *pSvcLocator)
Definition
KShortReconstruction.cxx:29
KShortReconstruction::initialize
StatusCode initialize()
Definition
KShortReconstruction.cxx:50
6.6.5.i
Reconstruction
VeeVertexAlg
VeeVertexAlg-00-00-05
VeeVertexAlg
KShortReconstruction.h
Generated by
1.12.0