#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.
|
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...
|
|
◆ operator<() [1/6]
◆ operator<() [2/6]
◆ operator<() [3/6]
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.
116 return a->maxTube() <
b.tube;
◆ operator<() [4/6]
Order the tdc identifiers according to their minimum tube.
Definition at line 122 of file MdtTdcMap.h.
123 return a->minTube() <
b->minTube();
◆ operator<() [5/6]
◆ operator<() [6/6]
Definition at line 126 of file MdtTdcMap.h.
127 return a->moduleId() <
b->moduleId();