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 
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 
25  : D1 (0)
26  , D2 (0)
27  , D3p(0)
28  , D3m(0)
29 {
30  ;
31 }
32 
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 
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 
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 }
DimuonData()
Definition: TreeData.cc:24
EmbQAData()
Definition: TreeData.cc:66
OccData()
Definition: TreeData.cc:24
TrackData()
Definition: TreeData.cc:18