ATLAS Offline Software
|
#include <FCS_Cell.h>
Public Member Functions | |
bool | operator< (const FCS_cell &rhs) const |
Public Attributes | |
Long64_t | cell_identifier |
int | sampling |
float | energy |
float | center_x |
float | center_y |
float | center_z |
Definition at line 22 of file FCS_Cell.h.
Definition at line 38 of file FCS_Cell.h.
Long64_t FCS_cell::cell_identifier |
Definition at line 32 of file FCS_Cell.h.
float FCS_cell::center_x |
Definition at line 35 of file FCS_Cell.h.
float FCS_cell::center_y |
Definition at line 36 of file FCS_Cell.h.
float FCS_cell::center_z |
Definition at line 37 of file FCS_Cell.h.
float FCS_cell::energy |
Definition at line 34 of file FCS_Cell.h.
int FCS_cell::sampling |
Definition at line 33 of file FCS_Cell.h.