Belle II Software
development
BelleTrkExtra.cc
1
/**************************************************************************
2
* basf2 (Belle II Analysis Software Framework) *
3
* Author: The Belle II Collaboration *
4
* *
5
* See git log for contributors and copyright holders. *
6
* This file is licensed under LGPL-3.0, see LICENSE.md. *
7
**************************************************************************/
8
9
#include <b2bii/dataobjects/BelleTrkExtra.h>
10
11
using namespace
Belle2
;
12
13
void
BelleTrkExtra::setTrackFirstX
(
double
first_x)
14
{
15
m_firstx
= first_x;
16
}
17
18
void
BelleTrkExtra::setTrackFirstY
(
double
first_y)
19
{
20
m_firsty
= first_y;
21
}
22
23
void
BelleTrkExtra::setTrackFirstZ
(
double
first_z)
24
{
25
m_firstz
= first_z;
26
}
27
28
void
BelleTrkExtra::setTrackLastX
(
double
last_x)
29
{
30
m_lastx
= last_x;
31
}
32
33
void
BelleTrkExtra::setTrackLastY
(
double
last_y)
34
{
35
m_lasty
= last_y;
36
}
37
38
void
BelleTrkExtra::setTrackLastZ
(
double
last_z)
39
{
40
m_lastz
= last_z;
41
}
42
43
void
BelleTrkExtra::setTofInfo
(
double
tof,
double
path_length,
double
tof_sigma,
short
tof_quality)
44
{
45
m_tof
= tof;
46
m_path_length
= path_length;
47
m_tof_sigma
= tof_sigma;
48
m_tof_quality
= tof_quality;
49
50
}
51
52
void
BelleTrkExtra::setACCInfo
(
int
acc_ph,
short
acc_quality)
53
{
54
m_acc_ph
= acc_ph;
55
m_acc_quality
= acc_quality;
56
}
57
58
void
BelleTrkExtra::setdEdxInfo
(
double
dedx,
short
dedx_quality)
59
{
60
m_dedx
= dedx;
61
m_dedx_quality
= dedx_quality;
62
}
63
Belle2::BelleTrkExtra::setTrackLastY
void setTrackLastY(double last_y)
Set last_y End point of the track near the last CDC hit point.
Definition:
BelleTrkExtra.cc:33
Belle2::BelleTrkExtra::m_firstx
double m_firstx
Start point of the track near the 1st CDC hit point.
Definition:
BelleTrkExtra.h:247
Belle2::BelleTrkExtra::setdEdxInfo
void setdEdxInfo(double dedx, short dedx_quality)
Set the dEdx-related information.
Definition:
BelleTrkExtra.cc:58
Belle2::BelleTrkExtra::m_lastx
double m_lastx
End point of the track near the last CDC hit point.
Definition:
BelleTrkExtra.h:250
Belle2::BelleTrkExtra::m_firsty
double m_firsty
Start point of the track near the 1st CDC hit point.
Definition:
BelleTrkExtra.h:248
Belle2::BelleTrkExtra::m_dedx
double m_dedx
specific ionization of the track (keV/cm)
Definition:
BelleTrkExtra.h:259
Belle2::BelleTrkExtra::setTrackLastZ
void setTrackLastZ(double last_z)
Set last_z End point of the track near the last CDC hit point.
Definition:
BelleTrkExtra.cc:38
Belle2::BelleTrkExtra::setTrackLastX
void setTrackLastX(double last_x)
Set last_x End point of the track near the last CDC hit point.
Definition:
BelleTrkExtra.cc:28
Belle2::BelleTrkExtra::setTrackFirstX
void setTrackFirstX(double first_x)
Set first_x Start point of the track near the 1st CDC hit point.
Definition:
BelleTrkExtra.cc:13
Belle2::BelleTrkExtra::m_acc_ph
int m_acc_ph
number of ACC photo-electrons associated to the track
Definition:
BelleTrkExtra.h:257
Belle2::BelleTrkExtra::setTrackFirstY
void setTrackFirstY(double first_y)
Set first_y Start point of the track near the 1st CDC hit point.
Definition:
BelleTrkExtra.cc:18
Belle2::BelleTrkExtra::m_tof_quality
short m_tof_quality
matching quality: 0 if ok, 1 if track is not matched
Definition:
BelleTrkExtra.h:255
Belle2::BelleTrkExtra::m_dedx_quality
short m_dedx_quality
quality of the measurement.
Definition:
BelleTrkExtra.h:260
Belle2::BelleTrkExtra::setACCInfo
void setACCInfo(int acc_ph, short acc_quality)
Set the ACC-related information.
Definition:
BelleTrkExtra.cc:52
Belle2::BelleTrkExtra::m_lastz
double m_lastz
End point of the track near the last CDC hit point.
Definition:
BelleTrkExtra.h:252
Belle2::BelleTrkExtra::m_tof_sigma
double m_tof_sigma
expected time resolution [ns]
Definition:
BelleTrkExtra.h:256
Belle2::BelleTrkExtra::m_path_length
double m_path_length
length of the track from the doca to the beam axis to the tof [cm]
Definition:
BelleTrkExtra.h:254
Belle2::BelleTrkExtra::m_lasty
double m_lasty
End point of the track near the last CDC hit point.
Definition:
BelleTrkExtra.h:251
Belle2::BelleTrkExtra::setTrackFirstZ
void setTrackFirstZ(double first_z)
Set first_z Start point of the track near the 1st CDC hit point.
Definition:
BelleTrkExtra.cc:23
Belle2::BelleTrkExtra::setTofInfo
void setTofInfo(double tof, double path_length, double tof_sigma, short tof_quality)
Set the tof-related information.
Definition:
BelleTrkExtra.cc:43
Belle2::BelleTrkExtra::m_firstz
double m_firstz
Start point of the track near the 1st CDC hit point.
Definition:
BelleTrkExtra.h:249
Belle2::BelleTrkExtra::m_acc_quality
short m_acc_quality
matching quality: 0 if ok, 1 if track is not matched
Definition:
BelleTrkExtra.h:258
Belle2::BelleTrkExtra::m_tof
double m_tof
measured tof of the track [ns]
Definition:
BelleTrkExtra.h:253
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:17
b2bii
dataobjects
src
BelleTrkExtra.cc
Generated on Fri Nov 8 2024 02:33:53 for Belle II Software by
1.9.6