ATLAS Offline Software
|
#include <StrawStatusData.h>
Public Member Functions | |
StrawStatusData (size_t nstraws) | |
void | setStatus (const IdentifierHash &hashID, unsigned int status) |
unsigned int | findStatus (const IdentifierHash &hashID) const |
size_t | size () const |
Private Attributes | |
std::vector< unsigned int > | m_status |
Definition at line 16 of file StrawStatusData.h.
TRTCond::StrawStatusData::StrawStatusData | ( | size_t | nstraws | ) |
Definition at line 10 of file StrawStatusData.cxx.
unsigned int TRTCond::StrawStatusData::findStatus | ( | const IdentifierHash & | hashID | ) | const |
Definition at line 20 of file StrawStatusData.cxx.
void TRTCond::StrawStatusData::setStatus | ( | const IdentifierHash & | hashID, |
unsigned int | status | ||
) |
Definition at line 15 of file StrawStatusData.cxx.
|
inline |
Definition at line 23 of file StrawStatusData.h.
|
private |
Definition at line 26 of file StrawStatusData.h.