![]() |
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. More... | |
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. More... | |
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. More... | |
uint64_t | m_word {} |
ALTIROC RAW output. More... | |
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.
|
inlinevirtual |
Definition at line 64 of file HGTD_ALTIROC_RDO.h.
|
inlinevirtual |
Definition at line 76 of file HGTD_ALTIROC_RDO.h.
Definition at line 18 of file Identifiable.cxx.
|
inlinevirtual |
Definition at line 67 of file HGTD_ALTIROC_RDO.h.
|
inlinevirtual |
Definition at line 73 of file HGTD_ALTIROC_RDO.h.
|
inlinevirtual |
Definition at line 70 of file HGTD_ALTIROC_RDO.h.
|
inlinevirtual |
Definition at line 79 of file HGTD_ALTIROC_RDO.h.
|
inlinevirtual |
|
virtualinherited |
Reimplemented in CaloDetDescrElement, CaloDetDescriptor, SiChargedDiodeCollection, Muon::MuonPrepDataCollection< PrepDataT >, SpacePointCollection, Trk::PrepRawDataCollection< PrepRawDataT >, and InDetRawDataCollection< RawDataT >.
Definition at line 11 of file Identifiable.cxx.
|
default |
|
default |
|
private |
Offline ID of the readout channel.
Definition at line 54 of file HGTD_ALTIROC_RDO.h.
|
private |
ALTIROC RAW output.
Definition at line 58 of file HGTD_ALTIROC_RDO.h.