ATLAS Offline Software
|
#include <MdtDigit.h>
Public Member Functions | |
MdtDigit ()=default | |
MdtDigit (const Identifier &id, int16_t tdc, int16_t adc, bool isMasked) | |
int16_t | tdc () const |
int16_t | adc () const |
bool | isMasked () const |
Return whether the digit is masked or not. More... | |
void | setTdc (const int16_t tdc) |
Overwrites a new tdc value. More... | |
void | setAdc (const int16_t adc) |
Overwrites a new adc value. More... | |
void | setID (const Identifier id) |
Identifier | identify () const |
virtual IdentifierHash | identifyHash () const |
virtual const IdHelper * | getHelper () const |
Protected Attributes | |
Identifier | m_muonId {} |
Private Attributes | |
int16_t | m_tdc {0} |
int16_t | m_adc {0} |
bool | m_isMasked {false} |
Masked lag. More... | |
Definition at line 19 of file MdtDigit.h.
|
default |
MdtDigit::MdtDigit | ( | const Identifier & | id, |
int16_t | tdc, | ||
int16_t | adc, | ||
bool | isMasked | ||
) |
Definition at line 9 of file MdtDigit.cxx.
|
inline |
Definition at line 28 of file MdtDigit.h.
Definition at line 18 of file Identifiable.cxx.
|
inlinevirtualinherited |
|
virtualinherited |
Reimplemented in CaloDetDescrElement, CaloDetDescriptor, SiChargedDiodeCollection, Muon::MuonPrepDataCollection< PrepDataT >, SpacePointCollection, Trk::PrepRawDataCollection< PrepRawDataT >, and InDetRawDataCollection< RawDataT >.
Definition at line 11 of file Identifiable.cxx.
|
inline |
void MdtDigit::setAdc | ( | const int16_t | adc | ) |
|
inlineinherited |
Definition at line 29 of file MuonDigit.h.
void MdtDigit::setTdc | ( | const int16_t | tdc | ) |
|
inline |
Definition at line 26 of file MdtDigit.h.
|
private |
Definition at line 40 of file MdtDigit.h.
|
private |
Masked lag.
Definition at line 42 of file MdtDigit.h.
|
protectedinherited |
Definition at line 21 of file MuonDigit.h.
|
private |
Definition at line 38 of file MdtDigit.h.