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) | |
void | setTime (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) |
float | time () const |
float | x () const |
float | xWidth () const |
float | y () const |
float | yWidth () const |
float | z () const |
float | zWidth () const |
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 16 of file CTPPSTimingRecHit.h.
|
inline |
Definition at line 17 of file CTPPSTimingRecHit.h.
|
inline |
|
inline |
Definition at line 20 of file CTPPSTimingRecHit.h.
|
inline |
|
inline |
Definition at line 23 of file CTPPSTimingRecHit.h.
|
inline |
|
inline |
Definition at line 26 of file CTPPSTimingRecHit.h.
|
inline |
|
inline |
|
inline |
Definition at line 21 of file CTPPSTimingRecHit.h.
References x_.
Referenced by svgfig.Curve.Sample::__repr__(), svgfig.Ellipse::__repr__(), geometryXMLparser.Alignable::pos(), ntupleDataFormat._HitObject::r(), ntupleDataFormat._HitObject::r3D(), and setX().
|
inline |
|
inline |
Definition at line 24 of file CTPPSTimingRecHit.h.
References y_.
Referenced by svgfig.Ellipse::__repr__(), geometryXMLparser.Alignable::pos(), ntupleDataFormat._HitObject::r(), ntupleDataFormat._HitObject::r3D(), and setY().
|
inline |
|
inline |
Definition at line 27 of file CTPPSTimingRecHit.h.
References z_.
Referenced by geometryXMLparser.Alignable::pos(), ntupleDataFormat._HitObject::r3D(), and setZ().
|
inline |
|
protected |
Definition at line 45 of file CTPPSTimingRecHit.h.
|
protected |
Definition at line 42 of file CTPPSTimingRecHit.h.
|
protected |
Definition at line 42 of file CTPPSTimingRecHit.h.
Referenced by setXWidth(), and xWidth().
|
protected |
Definition at line 43 of file CTPPSTimingRecHit.h.
|
protected |
Definition at line 43 of file CTPPSTimingRecHit.h.
Referenced by setYWidth(), and yWidth().
|
protected |
Definition at line 44 of file CTPPSTimingRecHit.h.
|
protected |
Definition at line 44 of file CTPPSTimingRecHit.h.
Referenced by setZWidth(), and zWidth().