Class Reference for E1039 Core & Analysis Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
TreeData.cc
Go to the documentation of this file.
1 #include "TreeData.h"
2 using namespace std;
3 
5  : proc_id(0)
6  , trig_bits(0)
7  , rec_stat(0)
8  , n_dim_true(0)
9  , n_dim_reco(0)
10 {
11  for (int ii = 0; ii < 4; ii++) {
12  par_id [ii] = 0;
13  par_mom[ii].SetXYZT(0, 0, 0, 0);
14  }
15 }
16 
18  : charge(0)
19 {
20  ;
21 }
22 
24  : pdg_id(0)
25  , mass(0)
26  , pT(0)
27  , x1(0)
28  , x2(0)
29  , xF(0)
30  , costh(0)
31  , phi(0)
32 {
33  ;
34 }
TrackData()
Definition: TreeData.cc:17
DimuonData()
Definition: TreeData.cc:23
EventData()
Definition: DecoData.cc:89