ATLAS Offline Software
|
Helper struct to associate all strips in an eta/phi gasGap to the corresponding Tdc. More...
#include <RpcCablingMap.h>
Public Member Functions | |
bool | operator< (const GasGapToTdcAssociation &other) const |
Ordering operator by strip. More... | |
Public Attributes | |
uint8_t | firstStrip {0} |
Lowest strip number covered by the cable. More... | |
FlatCablePtr | flatCable {} |
Pointer to the flat cable card. More... | |
RpcCablingOnlineID | tdcID {} |
Associated tdc chip. More... | |
Helper struct to associate all strips in an eta/phi gasGap to the corresponding Tdc.
Definition at line 37 of file RpcCablingMap.h.
|
inline |
Ordering operator by strip.
Definition at line 45 of file RpcCablingMap.h.
uint8_t Muon::RpcCablingMap::GasGapToTdcAssociation::firstStrip {0} |
Lowest strip number covered by the cable.
Definition at line 39 of file RpcCablingMap.h.
FlatCablePtr Muon::RpcCablingMap::GasGapToTdcAssociation::flatCable {} |
Pointer to the flat cable card.
Definition at line 41 of file RpcCablingMap.h.
RpcCablingOnlineID Muon::RpcCablingMap::GasGapToTdcAssociation::tdcID {} |
Associated tdc chip.
Definition at line 43 of file RpcCablingMap.h.