Class Reference for E1039 Core & Analysis Software
TreeData.cc
Go to the documentation of this file.
1
#include "
TreeData.h
"
2
using namespace
std;
3
4
EventData::EventData
()
5
: job_id(0)
6
, event_id(0)
7
, trig_bits(0)
8
, rfp01(0)
9
, rfp00(0)
10
, rfm01(0)
11
, weight(1.0)
12
, rec_stat(0)
13
, n_h1x(0)
14
, n_h2x(0)
15
, n_h3x(0)
16
, n_h4x(0)
17
, n_d1 (0)
18
, n_d2 (0)
19
, n_d3 (0)
20
{
21
;
22
}
23
24
OccData::OccData
()
25
: D1 (0)
26
, D2 (0)
27
, D3p(0)
28
, D3m(0)
29
{
30
;
31
}
32
33
TrackData::TrackData
()
34
: charge (0)
35
, road_id(0)
36
, n_hits (0)
37
, chi2 (0)
38
, pos_vtx(0,0,0)
39
, mom_vtx(0,0,0,0)
40
{
41
;
42
}
43
44
DimuonData::DimuonData
()
45
: road_pos(0)
46
, road_neg(0)
47
, pos_top(true)
48
, pos_bot(true)
49
, neg_top(true)
50
, neg_bot(true)
51
, pos(0,0,0)
52
, mom(0,0,0,0)
53
, mom_pos(0,0,0,0)
54
, mom_neg(0,0,0,0)
55
, mass(0)
56
, pT(0)
57
, x1(0)
58
, x2(0)
59
, xF(0)
60
, costh_cs(0)
61
, phi_cs(0)
62
{
63
;
64
}
65
66
EmbQAData::EmbQAData
()
67
: turn_id(0)
68
, rf_id (0)
69
, rfp01 (0)
70
, rfp00 (0)
71
, rfm01 (0)
72
, D1 (0)
73
, D2 (0)
74
, D3p (0)
75
, D3m (0)
76
{
77
;
78
}
TreeData.h
DimuonData::DimuonData
DimuonData()
Definition:
TreeData.cc:24
EmbQAData::EmbQAData
EmbQAData()
Definition:
TreeData.cc:66
EventData::EventData
EventData()
Definition:
DecoData.cc:102
OccData::OccData
OccData()
Definition:
TreeData.cc:24
TrackData::TrackData
TrackData()
Definition:
TreeData.cc:18
e1039-analysis
HitEmbedding
src
TreeData.cc
Built by
Haiwang Yu
. updated:
Thu Nov 20 2025 08:33:26
using
1.9.1 with
SeaQuest GitHub integration