BOSS
8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Kpi.h
Go to the documentation of this file.
1
#ifndef K_PI_H
2
#define K_PI_H
3
4
#include "DstEvent/TofHitStatus.h"
5
#include "EvtRecEvent/EvtRecEvent.h"
6
#include "EvtRecEvent/EvtRecTrack.h"
7
#include "GaudiKernel/SmartDataPtr.h"
8
9
#include "CLHEP/Geometry/Point3D.h"
10
#include "CLHEP/Vector/LorentzVector.h"
11
#include "CLHEP/Vector/ThreeVector.h"
12
#include "CLHEP/Vector/TwoVector.h"
13
#include "ParticleID/ParticleID.h"
14
#include <vector>
15
16
typedef
std::vector<int>
Vint
;
17
typedef
std::vector<double>
Vdouble
;
18
typedef
std::vector<HepLorentzVector>
Vp4
;
19
20
class
Kpi
{
21
public
:
22
Kpi
();
23
~Kpi
();
24
25
public
:
26
inline
bool
Getkpimd
() {
return
kpimd; }
27
inline
double
Gettagmd
() {
return
tagmd; }
28
inline
double
Getmass_bc
() {
return
mass_bc; }
29
inline
double
GetCQtm
() {
return
cqtm; }
30
inline
double
GetdelE_tag
() {
return
delE_tag; }
31
inline
Vint
Gettagtrk1
() {
return
iGoodtag; }
32
inline
HepLorentzVector
Gettagp1
() {
return
ptag; }
33
inline
Vint
GettagGam1
() {
return
iGamtag; }
34
35
public
:
36
void
MTotal
(
double
event, SmartDataPtr<EvtRecTrackCol> evtRecTrkCol,
Vint
iGood,
Vint
iGam,
37
double
Ebeam,
int
PID_flag,
int
Charge_candidate_D );
38
39
private
:
40
bool
kpimd;
41
double
tagmd;
42
double
mass_bc;
43
double
mass_kf;
44
double
cqtm;
45
double
delE_tag;
46
Vint
iGoodtag;
47
HepLorentzVector ptag;
48
Vint
iGamtag;
49
};
50
51
#endif
Vp4
std::vector< HepLorentzVector > Vp4
Definition
Gam4pikp.cxx:38
Vdouble
std::vector< double > Vdouble
Definition
Gam4pikp.cxx:39
Vint
std::vector< int > Vint
Definition
Gam4pikp.cxx:37
Vint
std::vector< int > Vint
Definition
Kpi.h:16
Kpi::MTotal
void MTotal(double event, SmartDataPtr< EvtRecTrackCol > evtRecTrkCol, Vint iGood, Vint iGam, double Ebeam, int PID_flag, int Charge_candidate_D)
Definition
Kpi.cxx:32
Kpi::~Kpi
~Kpi()
Definition
Kpi.cxx:30
Kpi::Gettagp1
HepLorentzVector Gettagp1()
Definition
Kpi.h:32
Kpi::GetCQtm
double GetCQtm()
Definition
Kpi.h:29
Kpi::Gettagmd
double Gettagmd()
Definition
Kpi.h:27
Kpi::Getkpimd
bool Getkpimd()
Definition
Kpi.h:26
Kpi::Kpi
Kpi()
Definition
Kpi.cxx:28
Kpi::Gettagtrk1
Vint Gettagtrk1()
Definition
Kpi.h:31
Kpi::GettagGam1
Vint GettagGam1()
Definition
Kpi.h:33
Kpi::GetdelE_tag
double GetdelE_tag()
Definition
Kpi.h:30
Kpi::Getmass_bc
double Getmass_bc()
Definition
Kpi.h:28
8.0.0
BOSS_Source
Reconstruction
SD0TagAlg
include
SD0TagAlg
Kpi.h
Generated by
1.16.1