ATLAS Offline Software
|
#include <FCS_Cell.h>
Public Member Functions | |
bool | operator< (const FCS_hit &rhs) const |
Public Attributes | |
Long64_t | identifier |
Long64_t | cell_identifier |
int | sampling |
float | hit_energy |
float | hit_time |
float | hit_x |
float | hit_y |
float | hit_z |
Definition at line 33 of file FCS_Cell.h.
Definition at line 43 of file FCS_Cell.h.
Long64_t FCS_hit::cell_identifier |
Definition at line 36 of file FCS_Cell.h.
float FCS_hit::hit_energy |
Definition at line 38 of file FCS_Cell.h.
float FCS_hit::hit_time |
Definition at line 39 of file FCS_Cell.h.
float FCS_hit::hit_x |
Definition at line 40 of file FCS_Cell.h.
float FCS_hit::hit_y |
Definition at line 41 of file FCS_Cell.h.
float FCS_hit::hit_z |
Definition at line 42 of file FCS_Cell.h.
Long64_t FCS_hit::identifier |
Definition at line 35 of file FCS_Cell.h.
int FCS_hit::sampling |
Definition at line 37 of file FCS_Cell.h.