![]() |
ATLAS Offline Software
|
#include <MdtId.h>
Public Member Functions | |
| MdtId ()=default | |
| MdtId (bool isBarrel, int ml, int lay, int tube) | |
| Parameters: | |
| bool | isBarrel () const |
| int | ml () const |
| int | lay () const |
| int | tube () const |
| int | value () const |
| bool | operator== (const MdtId &other) const |
| bool | operator!= (const MdtId &other) const |
Static Public Attributes | |
| static constexpr int | maxNTubesPerLayer = MdtIdHelper::maxNTubesPerLayer |
| the tube number of a tube in a tubeLayer in encoded in the GeoSerialIdentifier (modulo maxNTubesPerLayer) | |
| static constexpr int | multiLayerShift = 10000 |
| static constexpr int | stationShift = 100000 |
Private Attributes | |
| int | m_id {0} |
|
default |
|
inline |
Parameters:
Definition at line 27 of file MdtId.h.
|
inline |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |