ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
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. 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...
 

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  }

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.

◆ flatCable

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

Pointer to the flat cable card.

Definition at line 41 of file RpcCablingMap.h.

◆ tdcID

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

Associated tdc chip.

Definition at line 43 of file RpcCablingMap.h.


The documentation for this struct was generated from the following file:
InDetDD::other
@ other
Definition: InDetDD_Defs.h:16
Muon::RpcCablingMap::GasGapToTdcAssociation::firstStrip
uint8_t firstStrip
Lowest strip number covered by the cable.
Definition: RpcCablingMap.h:39