![]() |
ATLAS Offline Software
|
#include <MmDigit.h>
Public Member Functions | |
MmDigit ()=default | |
Default constructor. More... | |
MmDigit (const Identifier &id) | |
Full constructor — From Identifier. More... | |
MmDigit (const Identifier &id, const float stripResponseTime, const float stripResponseCharge) | |
Full constructor — From Identifier and time. More... | |
float | stripResponseTime () const |
strip response info More... | |
float | stripResponseCharge () const |
Return the charge. 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 | |
float | m_stripResponseTime {0.f} |
strip response info More... | |
float | m_stripResponseCharge {0.f} |
|
default |
Default constructor.
MmDigit::MmDigit | ( | const Identifier & | id | ) |
MmDigit::MmDigit | ( | const Identifier & | id, |
const float | stripResponseTime, | ||
const float | stripResponseCharge | ||
) |
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.
|
inlineinherited |
Definition at line 29 of file MuonDigit.h.
|
inline |
|
inline |
|
protectedinherited |
Definition at line 21 of file MuonDigit.h.
|
private |