ATLAS Offline Software
|
#include <HGTD_RDO.h>
Public Member Functions | |
HGTD_RDO ()=default | |
Default constructor should NOT be used, needed for pool I/O. More... | |
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. More... | |
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. More... | |
float | m_toa {} |
Time of arrival, 7 bit word. More... | |
unsigned int | m_tot {} |
Time over threshold, 9 bit word. More... | |
unsigned short | m_bcid {} |
Bunch crossing ID. More... | |
unsigned short | m_l1_id {} |
Level 1 accept. More... | |
unsigned short | m_l1_a {} |
ATLAS LVL1. More... | |
Definition at line 53 of file HGTD_RDO.h.
|
default |
Default constructor should NOT be used, needed for pool I/O.
|
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.
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, SiChargedDiodeCollection, Muon::MuonPrepDataCollection< PrepDataT >, SpacePointCollection, Trk::PrepRawDataCollection< PrepRawDataT >, and InDetRawDataCollection< RawDataT >.
Definition at line 11 of file Identifiable.cxx.
|
private |
Bunch crossing ID.
Definition at line 106 of file HGTD_RDO.h.
|
private |
ATLAS LVL1.
Definition at line 114 of file HGTD_RDO.h.
|
private |
Level 1 accept.
Definition at line 110 of file HGTD_RDO.h.
|
private |
Offline ID of the readout channel.
Definition at line 94 of file HGTD_RDO.h.
|
private |
Time of arrival, 7 bit word.
Definition at line 98 of file HGTD_RDO.h.
|
private |
Time over threshold, 9 bit word.
Definition at line 102 of file HGTD_RDO.h.