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

Public Attributes

unsigned short side
 
unsigned short subsystem
 
unsigned short sectorID
 
unsigned short roi
 

Detailed Description

Definition at line 84 of file L1TopoLUT.h.

Member Function Documentation

◆ info()

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

Definition at line 91 of file L1TopoLUT.h.

92  {
93  std::stringstream str;
94  str << "side, subsystem, sectorID, roi = "
95  << side << ", " << subsystem << ", " << sectorID << ", " << roi;
96  return str.str();
97  }

◆ operator==()

bool LVL1MUCTPIPHASE1::L1TopoLUT::L1TopoLUTKey::operator== ( const L1TopoLUTKey rhs) const
inline

Definition at line 100 of file L1TopoLUT.h.

101  {
102  return (side == rhs.side &&
103  subsystem == rhs.subsystem &&
104  sectorID == rhs.sectorID &&
105  roi == rhs.roi);
106  }

Member Data Documentation

◆ roi

unsigned short LVL1MUCTPIPHASE1::L1TopoLUT::L1TopoLUTKey::roi

Definition at line 89 of file L1TopoLUT.h.

◆ sectorID

unsigned short LVL1MUCTPIPHASE1::L1TopoLUT::L1TopoLUTKey::sectorID

Definition at line 88 of file L1TopoLUT.h.

◆ side

unsigned short LVL1MUCTPIPHASE1::L1TopoLUT::L1TopoLUTKey::side

Definition at line 86 of file L1TopoLUT.h.

◆ subsystem

unsigned short LVL1MUCTPIPHASE1::L1TopoLUT::L1TopoLUTKey::subsystem

Definition at line 87 of file L1TopoLUT.h.


The documentation for this struct was generated from the following file:
LVL1MUCTPIPHASE1::L1TopoLUT::L1TopoLUTKey::subsystem
unsigned short subsystem
Definition: L1TopoLUT.h:87
LVL1MUCTPIPHASE1::L1TopoLUT::L1TopoLUTKey::roi
unsigned short roi
Definition: L1TopoLUT.h:89
LVL1MUCTPIPHASE1::L1TopoLUT::L1TopoLUTKey::sectorID
unsigned short sectorID
Definition: L1TopoLUT.h:88
python.CaloScaleNoiseConfig.str
str
Definition: CaloScaleNoiseConfig.py:78
str
Definition: BTagTrackIpAccessor.cxx:11
LVL1MUCTPIPHASE1::L1TopoLUT::L1TopoLUTKey::side
unsigned short side
Definition: L1TopoLUT.h:86