![]() |
ATLAS Offline Software
|
#include <HGTD_ALTIROC_RDO.h>
Public Member Functions | |
| HGTD_ALTIROC_RDO ()=default | |
| Default constructor should NOT be used, needed for pool I/O. | |
| HGTD_ALTIROC_RDO (const HGTD_ALTIROC_RDO &)=default | |
| HGTD_ALTIROC_RDO (HGTD_ALTIROC_RDO &&)=default | |
| HGTD_ALTIROC_RDO & | operator= (const HGTD_ALTIROC_RDO &)=default |
| HGTD_ALTIROC_RDO & | operator= (HGTD_ALTIROC_RDO &&)=default |
| virtual | ~HGTD_ALTIROC_RDO ()=default |
| HGTD_ALTIROC_RDO (const Identifier rdo_id, const uint64_t word) | |
| Constructor with parameters. | |
| HGTD_ALTIROC_RDO (const Identifier rdo_id, const uint8_t crc, const uint8_t toa, const uint16_t tot, const uint8_t l1id, const uint16_t bcid) | |
| virtual Identifier | identify () const |
| virtual uint16_t | getToT () const |
| virtual uint8_t | getToA () const |
| virtual uint16_t | getBCID () const |
| virtual uint8_t | getL1ID () const |
| virtual uint8_t | getCRC () const |
| virtual uint64_t | getWord () const |
| virtual IdentifierHash | identifyHash () const |
| virtual const IdHelper * | getHelper () const |
Private Attributes | |
| Identifier | m_rdo_id |
| Offline ID of the readout channel. | |
| uint64_t | m_word {} |
| ALTIROC RAW output. | |
Definition at line 20 of file HGTD_ALTIROC_RDO.h.
|
default |
Default constructor should NOT be used, needed for pool I/O.
|
default |
|
default |
|
virtualdefault |
| HGTD_ALTIROC_RDO::HGTD_ALTIROC_RDO | ( | const Identifier | rdo_id, |
| const uint64_t | word ) |
Constructor with parameters.
| [in] | rdo_id | Offline compact identifier of the readout channel. |
| [in] | word | ALTIROC output word |
Definition at line 13 of file HGTD_ALTIROC_RDO.cxx.
| HGTD_ALTIROC_RDO::HGTD_ALTIROC_RDO | ( | const Identifier | rdo_id, |
| const uint8_t | crc, | ||
| const uint8_t | toa, | ||
| const uint16_t | tot, | ||
| const uint8_t | l1id, | ||
| const uint16_t | bcid ) |
Definition at line 19 of file HGTD_ALTIROC_RDO.cxx.
|
inlinevirtual |
Definition at line 71 of file HGTD_ALTIROC_RDO.h.
|
inlinevirtual |
Definition at line 83 of file HGTD_ALTIROC_RDO.h.
Definition at line 18 of file Identifiable.cxx.
|
inlinevirtual |
Definition at line 74 of file HGTD_ALTIROC_RDO.h.
|
inlinevirtual |
Definition at line 80 of file HGTD_ALTIROC_RDO.h.
|
inlinevirtual |
Definition at line 77 of file HGTD_ALTIROC_RDO.h.
|
inlinevirtual |
Definition at line 86 of file HGTD_ALTIROC_RDO.h.
|
inlinevirtual |
|
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.
|
default |
|
default |
|
private |
Offline ID of the readout channel.
Definition at line 61 of file HGTD_ALTIROC_RDO.h.
|
private |