![]() |
ATLAS Offline Software
|
#include <NRPCRDO_v1.h>
Public Member Functions | |
| NRPCRDO_v1 ()=default | |
| Default constructor. | |
| virtual | ~NRPCRDO_v1 ()=default |
| Virtual destructor. | |
| uint32_t | bcid () const |
| Bunch crossing identifier. | |
| float | time () const |
| Time of the trigger signal within the bunch crossing. | |
| uint16_t | subdetector () const |
| Global identifier of the RPC detector region from the online side. | |
| uint16_t | boardsector () const |
| Identifier of the sector within the subdetector. | |
| uint16_t | board () const |
| Identifier of the readout card on the chamber. | |
| uint16_t | channel () const |
| Fired channel on the read out card. | |
| float | timeoverthr () const |
| Measured time in which the signal was above the electronics threshold. | |
| void | setBcid (uint32_t Bcid) |
| Set the bunch crossing identifier. | |
| void | setTime (float Time) |
| Set the trigger time [ns]. | |
| void | setTimeoverthr (float Timeoverthr) |
| Set the time over threshold. | |
| void | setSubdetector (uint16_t SubDet) |
| Set the sub detector. | |
| void | setBoardsector (uint16_t Boardsector) |
| Set the sector of the board within the subdetector. | |
| void | setBoard (uint16_t Board) |
| Set the number of the TDC channel. | |
| void | setChannel (uint16_t Channel) |
| Set the fire channel number. | |
Definition at line 14 of file NRPCRDO_v1.h.
|
default |
Default constructor.
|
virtualdefault |
Virtual destructor.
| uint32_t xAOD::NRPCRDO_v1::bcid | ( | ) | const |
Bunch crossing identifier.
| uint16_t xAOD::NRPCRDO_v1::board | ( | ) | const |
Identifier of the readout card on the chamber.
| uint16_t xAOD::NRPCRDO_v1::boardsector | ( | ) | const |
Identifier of the sector within the subdetector.
| uint16_t xAOD::NRPCRDO_v1::channel | ( | ) | const |
Fired channel on the read out card.
| void xAOD::NRPCRDO_v1::setBoardsector | ( | uint16_t | Boardsector | ) |
Set the sector of the board within the subdetector.
| uint16_t xAOD::NRPCRDO_v1::subdetector | ( | ) | const |
Global identifier of the RPC detector region from the online side.
| float xAOD::NRPCRDO_v1::time | ( | ) | const |
Time of the trigger signal within the bunch crossing.
| float xAOD::NRPCRDO_v1::timeoverthr | ( | ) | const |
Measured time in which the signal was above the electronics threshold.