![]() |
ATLAS Offline Software
|
#include <HGTD_RDO.h>
Public Member Functions | |
| HGTD_RDO ()=default | |
| Default constructor should NOT be used, needed for pool I/O. | |
| HGTD_RDO (const HGTD_RDO &)=default | |
| HGTD_RDO (HGTD_RDO &&)=default | |
| HGTD_RDO & | operator= (const HGTD_RDO &)=default |
| HGTD_RDO & | operator= (HGTD_RDO &&)=default |
| virtual | ~HGTD_RDO ()=default |
| HGTD_RDO (const Identifier rdo_id, const float toa, const unsigned int tot, const unsigned short bcid, const unsigned short l1_id, const unsigned short l1_a=0) | |
| Constructor with parameters. | |
| virtual Identifier | identify () const |
| virtual float | getTOA () const |
| virtual unsigned int | getTOT () const |
| virtual unsigned short | getBCID () const |
| virtual unsigned short | getL1ID () const |
| virtual unsigned short | getL1A () const |
| virtual IdentifierHash | identifyHash () const |
| virtual const IdHelper * | getHelper () const |
Private Attributes | |
| Identifier | m_rdo_id |
| Offline ID of the readout channel. | |
| float | m_toa {} |
| Time of arrival, 7 bit word. | |
| unsigned int | m_tot {} |
| Time over threshold, 9 bit word. | |
| unsigned short | m_bcid {} |
| Bunch crossing ID. | |
| unsigned short | m_l1_id {} |
| Level 1 accept. | |
| unsigned short | m_l1_a {} |
| ATLAS LVL1. | |
Definition at line 53 of file HGTD_RDO.h.
|
default |
Default constructor should NOT be used, needed for pool I/O.
|
default |
|
default |
|
virtualdefault |
| HGTD_RDO::HGTD_RDO | ( | const Identifier | rdo_id, |
| const float | toa, | ||
| const unsigned int | tot, | ||
| const unsigned short | bcid, | ||
| const unsigned short | l1_id, | ||
| const unsigned short | l1_a = 0 ) |
Constructor with parameters.
| [in] | rdo_id | Offline compact identifier of the readout channel. |
| [in] | toa | Time of arrival, 7 bit word. |
| [in] | tot | Time over threshold, 9 bit word. |
| [in] | bcid | Bunch crossing ID. |
| [in] | l1_id | ATLAS LVL1 |
| [in] | l1_a | Level 1 accept |
| [in] |
Definition at line 12 of file HGTD_RDO.cxx.
|
inlinevirtual |
Definition at line 123 of file HGTD_RDO.h.
|
virtualinherited |
Definition at line 18 of file Identifiable.cxx.
|
inlinevirtual |
Definition at line 127 of file HGTD_RDO.h.
|
inlinevirtual |
Definition at line 125 of file HGTD_RDO.h.
|
inlinevirtual |
Definition at line 119 of file HGTD_RDO.h.
|
inlinevirtual |
Definition at line 121 of file HGTD_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.
|
private |
|
private |
|
private |
|
private |
Offline ID of the readout channel.
Definition at line 94 of file HGTD_RDO.h.
|
private |
|
private |