ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
NrpcTdcStripRange Struct Reference

Depending on whether the cabling map shall convert offline -> online or online -> offline extra information is required Stage Offline -> Online: Range of channels covered by the chip Stage Online -> Offline: Range of strips covered by the chip. More...

#include <NrpcCablingData.h>

Inheritance diagram for NrpcTdcStripRange:
Collaboration diagram for NrpcTdcStripRange:

Public Member Functions

bool operator< (const NrpcTdcStripRange &other) const
 Sorting operator. Needed to build consistent sets. More...
 

Public Attributes

uint8_t firstStrip {0}
 First strip covered by the Tdc chip. More...
 
uint8_t lastStrip {0}
 Last strip covered by the Tdc chip (inclusive) More...
 

Detailed Description

Depending on whether the cabling map shall convert offline -> online or online -> offline extra information is required Stage Offline -> Online: Range of channels covered by the chip Stage Online -> Offline: Range of strips covered by the chip.

Definition at line 95 of file NrpcCablingData.h.

Member Function Documentation

◆ operator<()

bool NrpcTdcStripRange::operator< ( const NrpcTdcStripRange other) const
inline

Sorting operator. Needed to build consistent sets.

Definition at line 102 of file NrpcCablingData.h.

102  {
103  return lastStrip < other.firstStrip;
104  }

Member Data Documentation

◆ firstStrip

uint8_t NrpcTdcStripRange::firstStrip {0}

First strip covered by the Tdc chip.

Definition at line 98 of file NrpcCablingData.h.

◆ lastStrip

uint8_t NrpcTdcStripRange::lastStrip {0}

Last strip covered by the Tdc chip (inclusive)

Definition at line 100 of file NrpcCablingData.h.


The documentation for this struct was generated from the following file:
NrpcTdcStripRange::lastStrip
uint8_t lastStrip
Last strip covered by the Tdc chip (inclusive)
Definition: NrpcCablingData.h:100
InDetDD::other
@ other
Definition: InDetDD_Defs.h:16