ATLAS Offline Software
Loading...
Searching...
No Matches
StrawStatusSummary.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7namespace TRTCond
8{
9
11 : m_status (nstraws)
12{
13}
14
15void StrawStatusSummary::setStatus(const IdentifierHash &hashId, bool status)
16{
17 m_status[hashId] = status;
18}
19
21{
22 return m_status[hashId];
23}
24
25} // namespace TRTCond
This is a "hash" representation of an Identifier.
void setStatus(const IdentifierHash &hashID, bool status)
bool findStatus(const IdentifierHash &hashID) const