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  : weight(1.0)
6  , mass (0.0)
7  , pT (0.0)
8  , xF (0.0)
9  , x1 (0.0)
10  , x2 (0.0)
11  , dz (0.0)
12  , mom (0.0)
13  , phi (0.0)
14  , theta (0.0)
15  , road_pos(0)
16  , road_neg(0)
17 {
18  ;
19 }
20 
22  : run (0)
23  , evt (0)
24  , fpga1 (false)
25  , pot_rfp00 (0)
26  , inte_rfp00(0)
27  , inte_max (0)
28 {
29  ;
30 }
BgData()
Definition: TreeData.cc:21
SignalData()
Definition: TreeData.cc:4