#include <CTPPSFastRecHit.h>
Public Member Functions | |
unsigned int | cellId () const |
CTPPSFastRecHit () | |
CTPPSFastRecHit (const Local3DPoint &entry, unsigned int detId, float tof, unsigned int cellId) | |
unsigned int | detUnitId () const |
Local3DPoint | entryPoint () const |
Entry point in the local Det frame. More... | |
void | setCellId (unsigned int cellId) |
void | setDetUnitId (unsigned int detId) |
void | setLocal3DPoint (const Local3DPoint &entry) |
void | setTof (float tof) |
float | timeOfFlight () const |
float | tof () const |
deprecated name for timeOfFlight() More... | |
Protected Attributes | |
unsigned int | theCellId |
unsigned int | theDetUnitId |
Local3DPoint | theEntryPoint |
float | theTof |
Definition at line 9 of file CTPPSFastRecHit.h.
|
inline |
Definition at line 13 of file CTPPSFastRecHit.h.
|
inline |
Definition at line 19 of file CTPPSFastRecHit.h.
|
inline |
Definition at line 43 of file CTPPSFastRecHit.h.
References theCellId.
Referenced by operator<<(), and setCellId().
|
inline |
Definition at line 41 of file CTPPSFastRecHit.h.
References theDetUnitId.
Referenced by operator<<(), and CTPPSFastTrackingProducer::ReadRecHits().
|
inline |
Entry point in the local Det frame.
Definition at line 25 of file CTPPSFastRecHit.h.
References theEntryPoint.
Referenced by operator<<(), and CTPPSFastTrackingProducer::ReadRecHits().
|
inline |
Definition at line 51 of file CTPPSFastRecHit.h.
References cellId(), and theCellId.
Referenced by CTPPSRecHitProducer::produce().
|
inline |
Definition at line 49 of file CTPPSFastRecHit.h.
References theDetUnitId.
Referenced by CTPPSRecHitProducer::produce().
|
inline |
Definition at line 47 of file CTPPSFastRecHit.h.
References mps_splice::entry, and theEntryPoint.
Referenced by CTPPSRecHitProducer::produce().
|
inline |
Definition at line 45 of file CTPPSFastRecHit.h.
Referenced by CTPPSRecHitProducer::produce().
|
inline |
Definition at line 31 of file CTPPSFastRecHit.h.
References tof().
|
inline |
deprecated name for timeOfFlight()
Definition at line 34 of file CTPPSFastRecHit.h.
References theTof.
Referenced by operator<<(), CTPPSFastTrackingProducer::ReadRecHits(), setTof(), and timeOfFlight().
|
protected |
Definition at line 60 of file CTPPSFastRecHit.h.
Referenced by cellId(), and setCellId().
|
protected |
Definition at line 58 of file CTPPSFastRecHit.h.
Referenced by detUnitId(), and setDetUnitId().
|
protected |
Definition at line 56 of file CTPPSFastRecHit.h.
Referenced by entryPoint(), and setLocal3DPoint().
|
protected |
Definition at line 59 of file CTPPSFastRecHit.h.