#include <L1RPCHwConfig.h>
Public Member Functions | |
int | getPAC () |
int | getSector () |
int | getSegment () |
int | getTower () |
L1RPCDevCoords () | |
L1RPCDevCoords (int tower, int sector, int segment) | |
bool | operator< (const L1RPCDevCoords &l2) const |
bool | operator== (const L1RPCDevCoords &l2) const |
std::string | toString () const |
Public Attributes | |
COND_SERIALIZABLE | |
signed short | m_PAC |
signed short | m_tower |
Definition at line 35 of file L1RPCHwConfig.h.
|
inline |
Definition at line 37 of file L1RPCHwConfig.h.
|
inline |
Definition at line 38 of file L1RPCHwConfig.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 44 of file L1RPCHwConfig.h.
References m_PAC, m_tower, and contentValuesCheck::ss.
L1RPCDevCoords::COND_SERIALIZABLE |
Definition at line 66 of file L1RPCHwConfig.h.
signed short L1RPCDevCoords::m_PAC |
Definition at line 63 of file L1RPCHwConfig.h.
Referenced by getPAC(), getSector(), getSegment(), operator<(), operator==(), and toString().
signed short L1RPCDevCoords::m_tower |
Definition at line 62 of file L1RPCHwConfig.h.
Referenced by getTower(), operator<(), operator==(), and toString().