#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 |
|
inline |
|
inline |
Entry point in the local Det frame.
Definition at line 22 of file CTPPSFastRecHit.h.
References theEntryPoint.
|
inline |
Definition at line 48 of file CTPPSFastRecHit.h.
References cellId(), and theCellId.
Referenced by CTPPSRecHitProducer::produce().
|
inline |
Definition at line 46 of file CTPPSFastRecHit.h.
References hcalRecHitTable_cff::detId, and theDetUnitId.
Referenced by CTPPSRecHitProducer::produce().
|
inline |
Definition at line 44 of file CTPPSFastRecHit.h.
References mps_splice::entry, and theEntryPoint.
Referenced by CTPPSRecHitProducer::produce().
|
inline |
Definition at line 42 of file CTPPSFastRecHit.h.
Referenced by CTPPSRecHitProducer::produce().
|
inline |
Definition at line 28 of file CTPPSFastRecHit.h.
References tof().
|
inline |
deprecated name for timeOfFlight()
Definition at line 31 of file CTPPSFastRecHit.h.
References theTof.
Referenced by setTof(), and timeOfFlight().
|
protected |
Definition at line 56 of file CTPPSFastRecHit.h.
Referenced by cellId(), and setCellId().
|
protected |
Definition at line 54 of file CTPPSFastRecHit.h.
Referenced by detUnitId(), and setDetUnitId().
|
protected |
Definition at line 52 of file CTPPSFastRecHit.h.
Referenced by entryPoint(), and setLocal3DPoint().
|
protected |
Definition at line 55 of file CTPPSFastRecHit.h.