ATLAS Offline Software
|
#include <CscDigit.h>
Public Member Functions | |
CscDigit ()=default | |
Default constructor. More... | |
CscDigit (const Identifier &id, int charge) | |
Full constructor from Identifier. More... | |
CscDigit (const Identifier &id, int charge, float time) | |
CscDigit (const Identifier &id, std::vector< float > sampleCharges) | |
bool | is_valid (const CscIdHelper *cscHelper) const |
Is this a valid digit. More... | |
int | charge () const |
Return the charge. More... | |
float | time () const |
return the time More... | |
const std::vector< float > & | sampleCharges () 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 | |
int | m_charge {0} |
float | m_time {0.f} |
std::vector< float > | m_sampleCharges {} |
Definition at line 17 of file CscDigit.h.
|
default |
Default constructor.
CscDigit::CscDigit | ( | const Identifier & | id, |
int | charge | ||
) |
Full constructor from Identifier.
Member functions Full constructor from Identifier
Definition at line 15 of file CscDigit.cxx.
CscDigit::CscDigit | ( | const Identifier & | id, |
int | charge, | ||
float | time | ||
) |
CscDigit::CscDigit | ( | const Identifier & | id, |
std::vector< float > | sampleCharges | ||
) |
Definition at line 21 of file CscDigit.cxx.
|
inline |
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 CscDigit::is_valid | ( | const CscIdHelper * | cscHelper | ) | const |
|
inline |
Definition at line 48 of file CscDigit.h.
|
inlineinherited |
Definition at line 29 of file MuonDigit.h.
|
inline |
|
private |
Definition at line 21 of file CscDigit.h.
|
protectedinherited |
Definition at line 21 of file MuonDigit.h.
|
private |
Definition at line 23 of file CscDigit.h.
|
private |
Definition at line 22 of file CscDigit.h.