#include <RpcDigit.h>
|
float | m_time {0.f} |
| Arrival time of the signal at the readout. More...
|
|
float | m_ToT {-1.f} |
| Arrival time of the secondary signal at the secondary readout. More...
|
|
bool | m_stripSide {false} |
| Is the strip readout at opposite side. More...
|
|
Definition at line 16 of file RpcDigit.h.
◆ RpcDigit() [1/2]
◆ RpcDigit() [2/2]
RpcDigit::RpcDigit |
( |
const Identifier & |
id, |
|
|
float |
time, |
|
|
float |
ToT = -1.f , |
|
|
bool |
stripSide = false |
|
) |
| |
Full constructor.
- Parameters
-
id | Fired channel |
time | Time of arrival at the primary readout |
stripSide | Time of arrival at the secondary readout (BI-RPC) |
ToT | TIme over threshold (BI-RPCs) |
Definition at line 17 of file RpcDigit.cxx.
◆ getHelper()
◆ identify()
◆ identifyHash()
◆ setID()
◆ stripSide()
bool RpcDigit::stripSide |
( |
| ) |
const |
|
inline |
Return the time of arrival at the second strip readout (BI-RPC)
Definition at line 46 of file RpcDigit.h.
◆ time()
float RpcDigit::time |
( |
| ) |
const |
|
inline |
Return the primary time of arrival.
Definition at line 44 of file RpcDigit.h.
◆ ToT()
float RpcDigit::ToT |
( |
| ) |
const |
|
inline |
Time over threshold.
Definition at line 48 of file RpcDigit.h.
◆ m_muonId
◆ m_stripSide
bool RpcDigit::m_stripSide {false} |
|
private |
Is the strip readout at opposite side.
Definition at line 25 of file RpcDigit.h.
◆ m_time
float RpcDigit::m_time {0.f} |
|
private |
Arrival time of the signal at the readout.
Definition at line 21 of file RpcDigit.h.
◆ m_ToT
float RpcDigit::m_ToT {-1.f} |
|
private |
Arrival time of the secondary signal at the secondary readout.
Definition at line 23 of file RpcDigit.h.
The documentation for this class was generated from the following files: