![]() |
ATLAS Offline Software
|
#include <ComTime.h>
Public Member Functions | |
| ComTime () | |
| ComTime (double TTCTime) | |
| ComTime (double TTCTime, double time) | |
| ComTime (double TTCTime, double time, CLHEP::Hep3Vector &pos, CLHEP::Hep3Vector &mom) | |
| ~ComTime () | |
| void | SetTTCTime (double TTCTime) |
| void | SetTime (double time) |
| void | SetPosition (CLHEP::Hep3Vector pos) |
| void | SetDirection (CLHEP::Hep3Vector dir) |
| double | getTTCTime () const |
| double | getTime () const |
| CLHEP::Hep3Vector | GetCounterPosition () const |
| CLHEP::Hep3Vector | GetcosThetaDirection () const |
Private Attributes | |
| double | m_trigCounterTTCTime |
| double | m_trigCounterTime |
| CLHEP::Hep3Vector | m_trigCounterPosition |
| CLHEP::Hep3Vector | m_cosThetaDirection |
|
inline |
Definition at line 32 of file ComTime.h.
|
inline |
|
inline |
|
inline |
Definition at line 38 of file ComTime.h.