Reconstructed hit in timing detectors. More...
#include <CTPPSTimingRecHit.h>
Public Member Functions | |
CTPPSTimingRecHit () | |
CTPPSTimingRecHit (float x, float xWidth, float y, float yWidth, float z, float zWidth, float t) | |
float | getT () const |
float | getX () const |
float | getXWidth () const |
float | getY () const |
float | getYWidth () const |
float | getZ () const |
float | getZWidth () const |
void | setT (float t) |
void | setX (float x) |
void | setXWidth (float xWidth) |
void | setY (float y) |
void | setYWidth (float yWidth) |
void | setZ (float z) |
void | setZWidth (float zWidth) |
Protected Attributes | |
float | t_ |
float | x_ |
float | xWidth_ |
float | y_ |
float | yWidth_ |
float | z_ |
float | zWidth_ |
Reconstructed hit in timing detectors.
Definition at line 14 of file CTPPSTimingRecHit.h.
|
inline |
Definition at line 17 of file CTPPSTimingRecHit.h.
|
inline |
Definition at line 19 of file CTPPSTimingRecHit.h.
|
inline |
Definition at line 41 of file CTPPSTimingRecHit.h.
References t_.
Referenced by TotemTimingTrackRecognition::addHit(), and operator<().
|
inline |
Definition at line 23 of file CTPPSTimingRecHit.h.
References x_.
Referenced by CTPPSTimingLocalTrack::containsHit().
|
inline |
Definition at line 32 of file CTPPSTimingRecHit.h.
References xWidth_.
Referenced by CTPPSTimingLocalTrack::containsHit().
|
inline |
Definition at line 26 of file CTPPSTimingRecHit.h.
References y_.
Referenced by CTPPSTimingLocalTrack::containsHit().
|
inline |
Definition at line 35 of file CTPPSTimingRecHit.h.
References yWidth_.
Referenced by CTPPSTimingLocalTrack::containsHit().
|
inline |
Definition at line 29 of file CTPPSTimingRecHit.h.
References z_.
Referenced by CTPPSTimingLocalTrack::containsHit().
|
inline |
Definition at line 38 of file CTPPSTimingRecHit.h.
References zWidth_.
Referenced by CTPPSTimingLocalTrack::containsHit().
|
inline |
|
inline |
Definition at line 22 of file CTPPSTimingRecHit.h.
|
inline |
|
inline |
Definition at line 25 of file CTPPSTimingRecHit.h.
|
inline |
|
inline |
Definition at line 28 of file CTPPSTimingRecHit.h.
|
inline |
|
protected |
Definition at line 47 of file CTPPSTimingRecHit.h.
|
protected |
Definition at line 44 of file CTPPSTimingRecHit.h.
|
protected |
Definition at line 44 of file CTPPSTimingRecHit.h.
Referenced by getXWidth(), and setXWidth().
|
protected |
Definition at line 45 of file CTPPSTimingRecHit.h.
|
protected |
Definition at line 45 of file CTPPSTimingRecHit.h.
Referenced by getYWidth(), and setYWidth().
|
protected |
Definition at line 46 of file CTPPSTimingRecHit.h.
|
protected |
Definition at line 46 of file CTPPSTimingRecHit.h.
Referenced by getZWidth(), and setZWidth().