![]() |
ATLAS Offline Software
|
#include <ZdcCell.h>
Public Member Functions | |
| ZdcCell () | |
| ZdcCell (const Identifier &id) | |
| virtual | ~ZdcCell () |
| std::string | whoami (void) const |
| void | print (void) const |
| operator std::string () const | |
| void | setEnergy (double e) |
| double | getEnergy () |
| void | setTime (double t) |
| double | getTime () |
| void | setX (double x) |
| double | getX () |
| void | setY (double y) |
| double | getY () |
| Identifier | identify () const |
Static Public Member Functions | |
| static void | print_to_stream (const std::vector< double > &val, const std::string &label, std::ostream &text) |
| static void | print_to_stream (const std::vector< int > &val, const std::string &label, std::ostream &text) |
Private Attributes | |
| double | m_energy |
| double | m_time |
| double | m_x |
| double | m_y |
| Identifier | m_id {} |
| ZdcCell::ZdcCell | ( | const Identifier & | id | ) |
|
inlineinherited |
Definition at line 50 of file ZdcRawData.h.
|
inlinevirtual |
Reimplemented from ZdcRawData.
Definition at line 44 of file ZdcCell.h.
|
inlinevirtual |
|
staticinherited |
Definition at line 54 of file ZdcRawData.cxx.
|
staticinherited |
Definition at line 61 of file ZdcRawData.cxx.
|
inline |
|
inline |
|
inlinevirtual |
|
privateinherited |
Definition at line 68 of file ZdcRawData.h.