![]() |
ATLAS Offline Software
|
#include <PixelStaveTypes.h>
Classes | |
| class | Key |
| class | Datum |
Public Member Functions | |
| PixelStaveTypes (const IRDBRecordset_ptr &table) | |
| int | getFluidType (int layer, int phiModule) const |
| int | getBiStaveType (int layer, int phiModule) const |
Private Types | |
| typedef std::map< Key, Datum > | MapType |
Private Member Functions | |
| const Datum & | getData (int layer, int phiModule) const |
Private Attributes | |
| MapType | m_dataLookup |
| std::map< int, int > | m_maxSector |
Static Private Attributes | |
| static const Datum | s_defaultDatum |
Definition at line 13 of file PixelStaveTypes.h.
|
private |
Definition at line 40 of file PixelStaveTypes.h.
| PixelStaveTypes::PixelStaveTypes | ( | const IRDBRecordset_ptr & | table | ) |
Definition at line 35 of file PixelStaveTypes.cxx.
| int PixelStaveTypes::getBiStaveType | ( | int | layer, |
| int | phiModule ) const |
Definition at line 55 of file PixelStaveTypes.cxx.
|
private |
Definition at line 62 of file PixelStaveTypes.cxx.
| int PixelStaveTypes::getFluidType | ( | int | layer, |
| int | phiModule ) const |
Definition at line 49 of file PixelStaveTypes.cxx.
|
private |
Definition at line 41 of file PixelStaveTypes.h.
|
private |
Definition at line 43 of file PixelStaveTypes.h.
|
staticprivate |
Definition at line 45 of file PixelStaveTypes.h.