#include <TotemT2RecHit.h>
Definition at line 14 of file TotemT2RecHit.h.
◆ TotemT2RecHit() [1/2]
TotemT2RecHit::TotemT2RecHit |
( |
| ) |
|
|
default |
◆ TotemT2RecHit() [2/2]
TotemT2RecHit::TotemT2RecHit |
( |
const GlobalPoint & |
centre, |
|
|
float |
time, |
|
|
float |
time_unc, |
|
|
float |
tot |
|
) |
| |
|
explicit |
Definition at line 11 of file TotemT2RecHit.cc.
GlobalPoint centre_
Tile centre position.
float tot_
Time over threshold/pulse width.
const GlobalPoint centre() const
float time_
Leading edge time.
float time_unc_
Uncertainty on leading edge time.
◆ centre()
◆ setTime()
void TotemT2RecHit::setTime |
( |
float |
time | ) |
|
|
inline |
◆ setTimeUnc()
void TotemT2RecHit::setTimeUnc |
( |
float |
time_unc | ) |
|
|
inline |
◆ setToT()
void TotemT2RecHit::setToT |
( |
float |
tot | ) |
|
|
inline |
◆ time()
float TotemT2RecHit::time |
( |
| ) |
const |
|
inline |
◆ timeUnc()
float TotemT2RecHit::timeUnc |
( |
| ) |
const |
|
inline |
◆ toT()
float TotemT2RecHit::toT |
( |
| ) |
const |
|
inline |
◆ centre_
◆ time_
float TotemT2RecHit::time_ {0.f} |
|
private |
◆ time_unc_
float TotemT2RecHit::time_unc_ {0.f} |
|
private |
◆ tot_
float TotemT2RecHit::tot_ {0.f} |
|
private |