|
BOSS 7.1.3
BESIII Offline Software System
|
#include <RecEmcTofHit.h>
Public Member Functions | |
| RecEmcTofHit () | |
| RecEmcTofHit (const Identifier &id, const double e, const HepPoint3D pos) | |
| ~RecEmcTofHit () | |
| RecEmcTofHit (const RecEmcTofHit &tofHit) | |
| RecEmcTofHit & | operator= (const RecEmcTofHit &tofHit) |
| bool | operator< (const RecEmcTofHit &tofHit) const |
| bool | operator> (const RecEmcTofHit &tofHit) const |
| int | IntCellId () const |
| Identifier | CellId () const |
| double | Energy () const |
| HepPoint3D | Position () const |
| double | ZPosition () const |
| void | CellId (const Identifier &id) |
| void | Energy (const double e) |
| void | Position (const HepPoint3D pos) |
| void | ZPosition (const double z) |
| void | Assign (const Identifier &id, const double e, const HepPoint3D pos) |
| void | Clear () |
| double | DistanceTo (const RecEmcTofHit &) |
Definition at line 19 of file RecEmcTofHit.h.
| RecEmcTofHit::RecEmcTofHit | ( | ) |
Definition at line 11 of file RecEmcTofHit.cxx.
Referenced by DistanceTo(), operator<(), operator=(), operator>(), RecEmcTofHit(), and ZPosition().
| RecEmcTofHit::RecEmcTofHit | ( | const Identifier & | id, |
| const double | e, | ||
| const HepPoint3D | pos ) |
Definition at line 16 of file RecEmcTofHit.cxx.
| RecEmcTofHit::~RecEmcTofHit | ( | ) |
Definition at line 25 of file RecEmcTofHit.cxx.
| RecEmcTofHit::RecEmcTofHit | ( | const RecEmcTofHit & | tofHit | ) |
Definition at line 29 of file RecEmcTofHit.cxx.
| void RecEmcTofHit::Assign | ( | const Identifier & | id, |
| const double | e, | ||
| const HepPoint3D | pos ) |
Definition at line 69 of file RecEmcTofHit.cxx.
|
inline |
Definition at line 43 of file RecEmcTofHit.h.
Referenced by operator<<(), operator=(), and RecEmcTofHit().
| void RecEmcTofHit::CellId | ( | const Identifier & | id | ) |
Definition at line 54 of file RecEmcTofHit.cxx.
| void RecEmcTofHit::Clear | ( | ) |
Definition at line 78 of file RecEmcTofHit.cxx.
Referenced by RecEmcTofHit().
| double RecEmcTofHit::DistanceTo | ( | const RecEmcTofHit & | tofHit | ) |
Definition at line 85 of file RecEmcTofHit.cxx.
|
inline |
Definition at line 44 of file RecEmcTofHit.h.
Referenced by operator<<(), operator=(), and RecEmcTofHit().
| void RecEmcTofHit::Energy | ( | const double | e | ) |
Definition at line 59 of file RecEmcTofHit.cxx.
| int RecEmcTofHit::IntCellId | ( | ) | const |
Definition at line 47 of file RecEmcTofHit.cxx.
Referenced by operator<<().
|
inline |
Definition at line 33 of file RecEmcTofHit.h.
| RecEmcTofHit & RecEmcTofHit::operator= | ( | const RecEmcTofHit & | tofHit | ) |
Definition at line 36 of file RecEmcTofHit.cxx.
|
inline |
Definition at line 37 of file RecEmcTofHit.h.
|
inline |
Definition at line 45 of file RecEmcTofHit.h.
Referenced by operator=(), and RecEmcTofHit().
| void RecEmcTofHit::Position | ( | const HepPoint3D | pos | ) |
Definition at line 64 of file RecEmcTofHit.cxx.
|
inline |
| void RecEmcTofHit::ZPosition | ( | const double | z | ) |