ATLAS Offline Software
Loading...
Searching...
No Matches
TRT_CablingData::idpair Struct Reference
Collaboration diagram for TRT_CablingData::idpair:

Public Member Functions

 idpair (const Identifier &a, uint32_t b)
bool operator< (const idpair &other) const
bool operator< (const Identifier &other) const

Public Attributes

Identifier first
uint32_t second

Detailed Description

Definition at line 86 of file TRT_CablingData.h.

Constructor & Destructor Documentation

◆ idpair()

TRT_CablingData::idpair::idpair ( const Identifier & a,
uint32_t b )
inline

Definition at line 88 of file TRT_CablingData.h.

89 : first (a), second (b) {}
TList * a

Member Function Documentation

◆ operator<() [1/2]

bool TRT_CablingData::idpair::operator< ( const Identifier & other) const
inline

Definition at line 91 of file TRT_CablingData.h.

91{ return first < other; }

◆ operator<() [2/2]

bool TRT_CablingData::idpair::operator< ( const idpair & other) const
inline

Definition at line 90 of file TRT_CablingData.h.

90{ return first < other.first; }

Member Data Documentation

◆ first

Identifier TRT_CablingData::idpair::first

Definition at line 92 of file TRT_CablingData.h.

◆ second

uint32_t TRT_CablingData::idpair::second

Definition at line 93 of file TRT_CablingData.h.


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