![]() |
ATLAS Offline Software
|
#include <stdint.h>#include <array>#include "GaudiKernel/MsgStream.h"#include "MuonCablingData/MdtCablingData.h"#include "MuonCablingData/MdtMezzanineCard.h"Go to the source code of this file.
Classes | |
| class | MdtTdcMap |
| struct | MdtTdcOffSorter |
| Helper struct to search through the std::set if a conversion from offline -> online is needed. More... | |
| struct | MdtTdcOnlSorter |
| Helper struct to search through the std::set if a conversion from online -> offline is needed. More... | |
Functions | |
| bool | operator< (const MdtTdcOffSorter &a, const MdtCablingData &b) |
| Operators used for navigation later. | |
| bool | operator< (const MdtCablingData &a, const MdtTdcOffSorter &b) |
| bool | operator< (const MdtTdcOffSorter &a, const MdtTdcOffSorter &b) |
| Order the tdc identifiers according to their minimum tube. | |
| bool | operator< (const MdtTdcOnlSorter &a, const MdtTdcOnlSorter &b) |
| bool | operator< (const MdtTdcOnlSorter &a, const MdtCablingData &b) |
| bool | operator< (const MdtCablingData &a, const MdtTdcOnlSorter &b) |
|
inline |
Definition at line 118 of file MdtTdcMap.h.
|
inline |
Definition at line 132 of file MdtTdcMap.h.
|
inline |
Operators used for navigation later.
The minimum and maximum tube of a tdc define its range of covered channels The MdtHit belongs exactly to the corresponding readout channel if its tube number is within that range
Definition at line 115 of file MdtTdcMap.h.
|
inline |
Order the tdc identifiers according to their minimum tube.
Definition at line 122 of file MdtTdcMap.h.
|
inline |
Definition at line 129 of file MdtTdcMap.h.
|
inline |
Definition at line 126 of file MdtTdcMap.h.