Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-analysis/TriggerAna/src/TreeData.h>
Public Member Functions | |
TrackletData () | |
virtual | ~TrackletData () |
ClassDef (TrackletData, 1) | |
Public Attributes | |
int | n_hits |
float | chisq |
int | charge |
int | detector_id [24] |
float | detector_zpos [24] |
float | x_exp [24] |
float | y_exp [24] |
bool | in_plane [24] |
int | element_id_exp [24] |
int | hit_id [24] |
int | track_id [24] |
int | element_id_pos [24] |
int | element_id_closest [24] |
Definition at line 83 of file TreeData.h.
TrackletData::TrackletData | ( | ) |
Definition at line 55 of file TreeData.cc.
References detector_id, detector_zpos, element_id_closest, element_id_exp, element_id_pos, hit_id, in_plane, track_id, x_exp, and y_exp.
|
inlinevirtual |
Definition at line 101 of file TreeData.h.
TrackletData::ClassDef | ( | TrackletData | , |
1 | |||
) |
int TrackletData::charge |
Definition at line 88 of file TreeData.h.
Referenced by SimpleTree::process_event().
float TrackletData::chisq |
Definition at line 87 of file TreeData.h.
Referenced by SimpleTree::process_event().
int TrackletData::detector_id[24] |
Definition at line 89 of file TreeData.h.
Referenced by SimpleTree::process_event(), and TrackletData().
float TrackletData::detector_zpos[24] |
Definition at line 90 of file TreeData.h.
Referenced by SimpleTree::process_event(), and TrackletData().
int TrackletData::element_id_closest[24] |
Definition at line 98 of file TreeData.h.
Referenced by SimpleTree::process_event(), and TrackletData().
int TrackletData::element_id_exp[24] |
Definition at line 94 of file TreeData.h.
Referenced by SimpleTree::process_event(), and TrackletData().
int TrackletData::element_id_pos[24] |
Definition at line 97 of file TreeData.h.
Referenced by SimpleTree::process_event(), and TrackletData().
int TrackletData::hit_id[24] |
Definition at line 95 of file TreeData.h.
Referenced by SimpleTree::process_event(), and TrackletData().
bool TrackletData::in_plane[24] |
Definition at line 93 of file TreeData.h.
Referenced by SimpleTree::process_event(), and TrackletData().
int TrackletData::n_hits |
Definition at line 86 of file TreeData.h.
Referenced by SimpleTree::process_event().
int TrackletData::track_id[24] |
Definition at line 96 of file TreeData.h.
Referenced by SimpleTree::process_event(), and TrackletData().
float TrackletData::x_exp[24] |
Definition at line 91 of file TreeData.h.
Referenced by SimpleTree::process_event(), and TrackletData().
float TrackletData::y_exp[24] |
Definition at line 92 of file TreeData.h.
Referenced by SimpleTree::process_event(), and TrackletData().