ATLAS Offline Software
Loading...
Searching...
No Matches
Muon::RpcCablingMap::GasGapToTdcAssociation Struct Reference

Helper struct to associate all strips in an eta/phi gasGap to the corresponding Tdc. More...

#include <RpcCablingMap.h>

Collaboration diagram for Muon::RpcCablingMap::GasGapToTdcAssociation:

Public Member Functions

bool operator< (const GasGapToTdcAssociation &other) const
 Ordering operator by strip.

Public Attributes

uint8_t firstStrip {0}
 Lowest strip number covered by the cable.
FlatCablePtr flatCable {}
 Pointer to the flat cable card.
RpcCablingOnlineID tdcID {}
 Associated tdc chip.

Detailed Description

Helper struct to associate all strips in an eta/phi gasGap to the corresponding Tdc.

Definition at line 37 of file RpcCablingMap.h.

Member Function Documentation

◆ operator<()

bool Muon::RpcCablingMap::GasGapToTdcAssociation::operator< ( const GasGapToTdcAssociation & other) const
inline

Ordering operator by strip.

Definition at line 45 of file RpcCablingMap.h.

45 {
46 return firstStrip < other.firstStrip;
47 }
uint8_t firstStrip
Lowest strip number covered by the cable.

Member Data Documentation

◆ firstStrip

uint8_t Muon::RpcCablingMap::GasGapToTdcAssociation::firstStrip {0}

Lowest strip number covered by the cable.

Definition at line 39 of file RpcCablingMap.h.

39{0};

◆ flatCable

FlatCablePtr Muon::RpcCablingMap::GasGapToTdcAssociation::flatCable {}

Pointer to the flat cable card.

Definition at line 41 of file RpcCablingMap.h.

41{};

◆ tdcID

RpcCablingOnlineID Muon::RpcCablingMap::GasGapToTdcAssociation::tdcID {}

Associated tdc chip.

Definition at line 43 of file RpcCablingMap.h.

43{};

The documentation for this struct was generated from the following file: