#include <TotemTimingLocalTrack.h>
Additional Inherited Members | |
Public Types inherited from CTPPSTimingLocalTrack | |
enum | CheckDimension { CheckDimension::x, CheckDimension::y, CheckDimension::all } |
Public Member Functions inherited from CTPPSTimingLocalTrack | |
bool | containsHit (const CTPPSTimingRecHit &recHit, float tolerance=0.1f, CheckDimension check=CheckDimension::all) const |
CTPPSTimingLocalTrack () | |
CTPPSTimingLocalTrack (const math::XYZPoint &pos0, const math::XYZPoint &pos0_sigma, float t, float t_sigma) | |
int | getNumOfHits () const |
int | getNumOfPlanes () const |
float | getT () const |
float | getTSigma () const |
float | getX0 () const |
float | getX0Sigma () const |
float | getY0 () const |
float | getY0Sigma () const |
float | getZ0 () const |
float | getZ0Sigma () const |
bool | isValid () const |
void | setNumOfHits (int num_hits) |
void | setNumOfPlanes (int num_planes) |
void | setPosition (const math::XYZPoint &pos0) |
void | setPositionSigma (const math::XYZPoint &pos0_sigma) |
void | setT (float t) |
void | setTSigma (float t_sigma) |
void | setValid (bool valid) |
Definition at line 18 of file TotemTimingLocalTrack.h.