ATLAS Offline Software
Loading...
Searching...
No Matches
LVL1MUCTPIPHASE1::L1TopoLUT::L1TopoLUTKey Struct Reference

#include <L1TopoLUT.h>

Collaboration diagram for LVL1MUCTPIPHASE1::L1TopoLUT::L1TopoLUTKey:

Public Member Functions

std::string info ()
bool operator== (const L1TopoLUTKey &rhs) const =default

Public Attributes

unsigned short side {}
unsigned short subsystem {}
unsigned short sectorID {}
unsigned short roi {}

Detailed Description

Definition at line 81 of file L1TopoLUT.h.

Member Function Documentation

◆ info()

std::string LVL1MUCTPIPHASE1::L1TopoLUT::L1TopoLUTKey::info ( )
inline

Definition at line 88 of file L1TopoLUT.h.

89 {
90 return
91 std::string("side, subsystem, sectorID, roi = ")
92 + std::to_string(side) + ", " + std::to_string(subsystem) + ", "
93 + std::to_string( sectorID) + ", " + std::to_string(roi);
94 }

◆ operator==()

bool LVL1MUCTPIPHASE1::L1TopoLUT::L1TopoLUTKey::operator== ( const L1TopoLUTKey & rhs) const
default

Member Data Documentation

◆ roi

unsigned short LVL1MUCTPIPHASE1::L1TopoLUT::L1TopoLUTKey::roi {}

Definition at line 86 of file L1TopoLUT.h.

86{};

◆ sectorID

unsigned short LVL1MUCTPIPHASE1::L1TopoLUT::L1TopoLUTKey::sectorID {}

Definition at line 85 of file L1TopoLUT.h.

85{};

◆ side

unsigned short LVL1MUCTPIPHASE1::L1TopoLUT::L1TopoLUTKey::side {}

Definition at line 83 of file L1TopoLUT.h.

83{};

◆ subsystem

unsigned short LVL1MUCTPIPHASE1::L1TopoLUT::L1TopoLUTKey::subsystem {}

Definition at line 84 of file L1TopoLUT.h.

84{};

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