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  : run_id (0)
6  , spill_id (0)
7  , event_id (0)
8  , fpga_bits(0)
9  , nim_bits (0)
10  , D1 (0)
11  , D2 (0)
12  , D3p (0)
13  , D3m (0)
14 {
15  ;
16 }
17 
19  : det_id (0)
20  , ele_id (0)
21  , tdc_time (0)
22  , drift_dist(0)
23 {
24  ;
25 }
HitData()
Definition: DecoData.cc:83