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

#include <L1TopoLUT.h>

Collaboration diagram for LVL1MUCTPIPHASE1::L1TopoLUT::L1TopoLUTKeyHasher:

Public Member Functions

unsigned long operator() (const L1TopoLUTKey &key) const

Detailed Description

Definition at line 109 of file L1TopoLUT.h.

Member Function Documentation

◆ operator()()

unsigned long LVL1MUCTPIPHASE1::L1TopoLUT::L1TopoLUTKeyHasher::operator() ( const L1TopoLUTKey & key) const
inline

Definition at line 111 of file L1TopoLUT.h.

112 {
113 return key.side | (key.subsystem << 8) | (key.sectorID << 16) | (key.roi << 24);
114 }

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