#include <TotemTimingRecHit.h>
Public Types | |
enum | { NO_T_AVAILABLE = -100 } |
enum | TimingAlgorithm { NOT_SET, CFD, SMART, SIMPLE } |
Public Member Functions | |
float | getAmplitude () const |
float | getBaselineRMS () const |
float | getSampicThresholdTime () const |
TimingAlgorithm | getTimingAlgorithm () const |
float | getTPrecision () const |
void | setAmplitude (float amplitude) |
void | setBaselineRMS (float brms) |
void | setSampicThresholdTime (float stt) |
void | setTPrecision (float tPrecision) |
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) | |
Public Member Functions inherited from CTPPSTimingRecHit | |
CTPPSTimingRecHit () | |
CTPPSTimingRecHit (float x, float xWidth, float y, float yWidth, float z, float zWidth, float t) | |
float | getT () const |
float | getX () const |
float | getXWidth () const |
float | getY () const |
float | getYWidth () const |
float | getZ () const |
float | getZWidth () const |
void | setT (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) |
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 17 of file TotemTimingRecHit.h.
anonymous enum |
Enumerator | |
---|---|
NOT_SET | |
CFD | |
SMART | |
SIMPLE |
Definition at line 20 of file TotemTimingRecHit.h.
|
inline |
Definition at line 23 of file TotemTimingRecHit.h.
|
inline |
Definition at line 28 of file TotemTimingRecHit.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 42 of file TotemTimingRecHit.h.
References CustomPhysics_cfi::amplitude, and amplitude_.
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 52 of file TotemTimingRecHit.h.
Referenced by getAmplitude(), and setAmplitude().
|
private |
Definition at line 53 of file TotemTimingRecHit.h.
Referenced by getBaselineRMS(), and setBaselineRMS().
|
private |
Definition at line 54 of file TotemTimingRecHit.h.
Referenced by getTimingAlgorithm().
|
private |
Definition at line 51 of file TotemTimingRecHit.h.
Referenced by getSampicThresholdTime(), and setSampicThresholdTime().
|
private |
Definition at line 51 of file TotemTimingRecHit.h.
Referenced by getTPrecision(), and setTPrecision().