![]() |
ATLAS Offline Software
|
#include <PixelDeadMapCondData.h>
Public Types | |
| typedef std::unordered_map< int, int > | IntConditions |
Public Member Functions | |
| PixelDeadMapCondData () | |
| virtual | ~PixelDeadMapCondData () |
| void | setModuleStatus (const int chanNum, const int value) |
| int | getModuleStatus (const int chanNum) const |
| const IntConditions & | moduleStatusMap () const |
| void | setChipStatus (const int chanNum, const int value) |
| int | getChipStatus (const int chanNum) const |
| void | clear () |
Private Attributes | |
| IntConditions | m_moduleStatus |
| IntConditions | m_chipStatus |
Definition at line 11 of file PixelDeadMapCondData.h.
| typedef std::unordered_map<int, int> PixelDeadMapCondData::IntConditions |
Definition at line 13 of file PixelDeadMapCondData.h.
| PixelDeadMapCondData::PixelDeadMapCondData | ( | ) |
Definition at line 7 of file PixelDeadMapCondData.cxx.
|
virtualdefault |
| void PixelDeadMapCondData::clear | ( | ) |
Definition at line 37 of file PixelDeadMapCondData.cxx.
| int PixelDeadMapCondData::getChipStatus | ( | const int | chanNum | ) | const |
Definition at line 31 of file PixelDeadMapCondData.cxx.
| int PixelDeadMapCondData::getModuleStatus | ( | const int | chanNum | ) | const |
Definition at line 20 of file PixelDeadMapCondData.cxx.
|
inline |
Definition at line 19 of file PixelDeadMapCondData.h.
Definition at line 27 of file PixelDeadMapCondData.cxx.
Definition at line 16 of file PixelDeadMapCondData.cxx.
|
private |
Definition at line 28 of file PixelDeadMapCondData.h.
|
private |
Definition at line 27 of file PixelDeadMapCondData.h.