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
TrackData::TrackData
()
25
: charge(0)
26
{
27
;
28
}
29
30
DimuonData::DimuonData
()
31
: mass(0)
32
, pT(0)
33
, x1(0)
34
, x2(0)
35
, xF(0)
36
, costh_cs(0)
37
, phi_cs(0)
38
{
39
;
40
}
TreeData.h
DimuonData::DimuonData
DimuonData()
Definition:
TreeData.cc:24
EventData::EventData
EventData()
Definition:
DecoData.cc:102
TrackData::TrackData
TrackData()
Definition:
TreeData.cc:18
e1039-analysis
HitEmbedding
src
TreeData.cc
Built by
Haiwang Yu
. updated:
Thu Jan 30 2025 10:15:15
using
1.9.1 with
SeaQuest GitHub integration