#include <TotemTimingRecHit.h>
Public Types | |
enum | { NO_T_AVAILABLE = -100 } |
enum | TimingAlgorithm { NOT_SET, CFD, SMART, SIMPLE } |
Public Member Functions | |
float | amplitude () const |
float | baselineRMS () const |
float | sampicThresholdTime () const |
void | setAmplitude (float amplitude) |
void | setBaselineRMS (float brms) |
void | setSampicThresholdTime (float stt) |
void | setTPrecision (float tPrecision) |
TimingAlgorithm | timingAlgorithm () const |
TotemTimingRecHit () | |
TotemTimingRecHit (float x, float xWidth, float y, float yWidth, float z, float zWidth, float t, float sampicThresholdTime, float tPrecision, float amplitude, float baselineRMS, TimingAlgorithm mode) | |
float | tPrecision () const |
Public Member Functions inherited from CTPPSTimingRecHit | |
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 |
Private Attributes | |
float | amplitude_ |
float | baselineRMS_ |
TimingAlgorithm | mode_ |
float | sampicThresholdTime_ |
float | tPrecision_ |
Additional Inherited Members | |
Protected Attributes inherited from CTPPSTimingRecHit | |
float | t_ |
float | x_ |
float | xWidth_ |
float | y_ |
float | yWidth_ |
float | z_ |
float | zWidth_ |
Reconstructed hit in Totem UFSDetectors.
Definition at line 16 of file TotemTimingRecHit.h.
anonymous enum |
Enumerator | |
---|---|
NO_T_AVAILABLE |
Definition at line 25 of file TotemTimingRecHit.h.
Enumerator | |
---|---|
NOT_SET | |
CFD | |
SMART | |
SIMPLE |
Definition at line 24 of file TotemTimingRecHit.h.
|
inline |
Definition at line 27 of file TotemTimingRecHit.h.
|
inline |
Definition at line 30 of file TotemTimingRecHit.h.
|
inline |
Definition at line 56 of file TotemTimingRecHit.h.
References mode_.
Referenced by sampicThresholdTime().
|
inline |
Definition at line 59 of file TotemTimingRecHit.h.
|
inline |
|
inline |
Definition at line 55 of file TotemTimingRecHit.h.
|
inline |
Definition at line 58 of file TotemTimingRecHit.h.
|
inline |
Definition at line 49 of file TotemTimingRecHit.h.
|
inline |
Definition at line 52 of file TotemTimingRecHit.h.
|
inline |
Definition at line 61 of file TotemTimingRecHit.h.
|
inline |
|
private |
Definition at line 65 of file TotemTimingRecHit.h.
Referenced by sampicThresholdTime().
|
private |
Definition at line 66 of file TotemTimingRecHit.h.
Referenced by tPrecision().
|
private |
Definition at line 67 of file TotemTimingRecHit.h.
Referenced by amplitude().
|
private |
Definition at line 64 of file TotemTimingRecHit.h.
|
private |
Definition at line 64 of file TotemTimingRecHit.h.