![]() |
ATLAS Offline Software
|
#include <RpcDigit.h>
Public Member Functions | |
| RpcDigit ()=default | |
| RpcDigit (const Identifier &id, float time, float ToT=-1.f, bool stripSide=false) | |
| Full constructor. | |
| float | time () const |
| Return the primary time of arrival. | |
| bool | stripSide () const |
| Return the time of arrival at the second strip readout (BI-RPC) | |
| float | ToT () const |
| Time over threshold. | |
| void | setID (const Identifier id) |
| Identifier | identify () const |
| virtual IdentifierHash | identifyHash () const |
| virtual const IdHelper * | getHelper () const |
Protected Attributes | |
| Identifier | m_muonId {} |
Private Attributes | |
| float | m_time {0.f} |
| Arrival time of the signal at the readout. | |
| float | m_ToT {-1.f} |
| Arrival time of the secondary signal at the secondary readout. | |
| bool | m_stripSide {false} |
| Is the strip readout at opposite side. | |
Definition at line 16 of file RpcDigit.h.
|
default |
| RpcDigit::RpcDigit | ( | const Identifier & | id, |
| float | time, | ||
| float | ToT = -1.f, | ||
| bool | stripSide = false ) |
Full constructor.
| 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.
|
virtualinherited |
Definition at line 18 of file Identifiable.cxx.
|
inlinevirtualinherited |
|
virtualinherited |
Reimplemented in CaloDetDescrElement, CaloDetDescriptor, InDetRawDataCollection< RawDataT >, InDetRawDataCollection< Pixel1RawData >, InDetRawDataCollection< PixelRDORawData >, InDetRawDataCollection< PixelTB04RawData >, InDetRawDataCollection< RDO >, InDetRawDataCollection< SCT3_RawData >, InDetRawDataCollection< SCT_RDORawData >, InDetRawDataCollection< SCT_TB03_RawData >, InDetRawDataCollection< SCT_TB04_RawData >, InDetRawDataCollection< TRT_RDORawData >, InDetRawDataCollection< TRT_TB04_RawData >, Muon::MuonPrepDataCollection< PrepDataT >, Muon::MuonPrepDataCollection< CscPrepData >, Muon::MuonPrepDataCollection< CscStripPrepData >, Muon::MuonPrepDataCollection< MdtPrepData >, Muon::MuonPrepDataCollection< MMPrepData >, Muon::MuonPrepDataCollection< Muon::CscPrepData >, Muon::MuonPrepDataCollection< Muon::CscStripPrepData >, Muon::MuonPrepDataCollection< Muon::MdtPrepData >, Muon::MuonPrepDataCollection< Muon::MMPrepData >, Muon::MuonPrepDataCollection< Muon::RpcPrepData >, Muon::MuonPrepDataCollection< Muon::sTgcPrepData >, Muon::MuonPrepDataCollection< Muon::TgcPrepData >, Muon::MuonPrepDataCollection< RpcPrepData >, Muon::MuonPrepDataCollection< sTgcPrepData >, Muon::MuonPrepDataCollection< TgcPrepData >, SiChargedDiodeCollection, SpacePointCollection, Trk::PrepRawDataCollection< PrepRawDataT >, Trk::PrepRawDataCollection< HGTD_Cluster >, Trk::PrepRawDataCollection< InDet::SiCluster >, Trk::PrepRawDataCollection< PixelCluster >, Trk::PrepRawDataCollection< SCT_Cluster >, Trk::PrepRawDataCollection< TrigSiSpacePoint >, and Trk::PrepRawDataCollection< TRT_DriftCircle >.
Definition at line 11 of file Identifiable.cxx.
|
inlineinherited |
Definition at line 29 of file MuonDigit.h.
|
inline |
Return the time of arrival at the second strip readout (BI-RPC)
Definition at line 46 of file RpcDigit.h.
|
inline |
|
inline |
|
protectedinherited |
Definition at line 21 of file MuonDigit.h.
|
private |
|
private |
|
private |
Arrival time of the secondary signal at the secondary readout.
Definition at line 23 of file RpcDigit.h.