ATLAS Offline Software
|
#include <TgcDigit.h>
Public Types | |
enum | { BC_UNDEFINED =0, BC_PREVIOUS, BC_CURRENT, BC_NEXT, BC_NEXTNEXT } |
Public Member Functions | |
TgcDigit ()=default | |
TgcDigit (const Identifier &id) | |
TgcDigit (const Identifier &id, uint16_t bctag) | |
bool | is_valid (const TgcIdHelper *tgcHelper) const |
uint16_t | bcTag () const |
void | setID (const Identifier id) |
Identifier | identify () const |
virtual IdentifierHash | identifyHash () const |
virtual const IdHelper * | getHelper () const |
Protected Attributes | |
Identifier | m_muonId {} |
Private Attributes | |
uint16_t | m_bcTag {BC_UNDEFINED} |
Definition at line 21 of file TgcDigit.h.
anonymous enum |
Enumerator | |
---|---|
BC_UNDEFINED | |
BC_PREVIOUS | |
BC_CURRENT | |
BC_NEXT | |
BC_NEXTNEXT |
Definition at line 37 of file TgcDigit.h.
|
default |
TgcDigit::TgcDigit | ( | const Identifier & | id | ) |
Definition at line 14 of file TgcDigit.cxx.
TgcDigit::TgcDigit | ( | const Identifier & | id, |
uint16_t | bctag | ||
) |
Definition at line 18 of file TgcDigit.cxx.
uint16_t TgcDigit::bcTag | ( | ) | const |
Definition at line 31 of file TgcDigit.cxx.
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.
bool TgcDigit::is_valid | ( | const TgcIdHelper * | tgcHelper | ) | const |
Definition at line 26 of file TgcDigit.cxx.
|
inlineinherited |
Definition at line 29 of file MuonDigit.h.
|
private |
Definition at line 40 of file TgcDigit.h.
|
protectedinherited |
Definition at line 21 of file MuonDigit.h.