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
: run_id(0)
6
, spill_id(0)
7
, event_id(0)
8
, fpga1(false)
9
, fpga2(false)
10
, fpga3(false)
11
, nim3 (false)
12
, rec_status(0)
13
{
14
;
15
}
16
17
TrackData::TrackData
()
18
: charge(0)
19
{
20
;
21
}
22
23
DimuonData::DimuonData
()
24
: pT(0)
25
, x1(0)
26
, x2(0)
27
, xF(0)
28
, costh(0)
29
, phi(0)
30
{
31
;
32
}
33
34
void
OccData::Clear
()
35
{
36
run_id
=
spill_id
=
event_id
=
target_pos
= 0;
37
fpga1
=
fpga2
=
fpga3
=
nim3
= 0;
38
turn_id
=
rf_id
=
rfp00
= 0;
39
memset(
occ_all
, 0,
sizeof
(
occ_all
));
40
memset(
occ_intime
, 0,
sizeof
(
occ_intime
));
41
}
42
TreeData.h
DimuonData::DimuonData
DimuonData()
Definition:
TreeData.cc:24
EventData::EventData
EventData()
Definition:
DecoData.cc:102
OccData::spill_id
int spill_id
Definition:
TreeData.h:61
OccData::turn_id
int turn_id
Definition:
TreeData.h:68
OccData::event_id
int event_id
Definition:
TreeData.h:62
OccData::occ_intime
short occ_intime[N_PL+1]
Definition:
TreeData.h:72
OccData::target_pos
short target_pos
Definition:
TreeData.h:63
OccData::fpga1
bool fpga1
Definition:
TreeData.h:64
OccData::fpga3
bool fpga3
Definition:
TreeData.h:66
OccData::nim3
bool nim3
Definition:
TreeData.h:67
OccData::rf_id
int rf_id
Definition:
TreeData.h:69
OccData::occ_all
short occ_all[N_PL+1]
Definition:
TreeData.h:71
OccData::rfp00
int rfp00
Definition:
TreeData.h:70
OccData::fpga2
bool fpga2
Definition:
TreeData.h:65
OccData::Clear
void Clear()
Definition:
TreeData.cc:34
OccData::run_id
int run_id
Definition:
TreeData.h:60
TrackData::TrackData
TrackData()
Definition:
TreeData.cc:18
e1039-analysis
TrackMixingNMSU
src
TreeData.cc
Built by
Haiwang Yu
. updated:
Thu Nov 20 2025 08:33:26
using
1.9.1 with
SeaQuest GitHub integration