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

Covered channels by the Online Identifier Object. More...

#include <NrpcCablingData.h>

Inheritance diagram for NrpcTdcChannelRange:
Collaboration diagram for NrpcTdcChannelRange:

Public Member Functions

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

Public Attributes

uint8_t firstChannel {0}
 First tdc channel. More...
 
uint8_t lastChannel {0}
 Last tdc channel (inclusive) More...
 

Detailed Description

Covered channels by the Online Identifier Object.

Definition at line 108 of file NrpcCablingData.h.

Member Function Documentation

◆ operator<()

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

Sorting operator. Needed to build consistent sets.

Definition at line 115 of file NrpcCablingData.h.

115  {
116  return lastChannel < other.firstChannel;
117  }

Member Data Documentation

◆ firstChannel

uint8_t NrpcTdcChannelRange::firstChannel {0}

First tdc channel.

Definition at line 111 of file NrpcCablingData.h.

◆ lastChannel

uint8_t NrpcTdcChannelRange::lastChannel {0}

Last tdc channel (inclusive)

Definition at line 113 of file NrpcCablingData.h.


The documentation for this struct was generated from the following file:
InDetDD::other
@ other
Definition: InDetDD_Defs.h:16
NrpcTdcChannelRange::lastChannel
uint8_t lastChannel
Last tdc channel (inclusive)
Definition: NrpcCablingData.h:113