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