ATLAS Offline Software
Loading...
Searching...
No Matches
TgcL0FloatingData.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5#include "TgcL0FloatingData.h"
6
7namespace L0Muon {
8namespace TgcL0Floating {
9
11 return std::make_tuple(subDetectorId, triggerSector, bcTag);
12}
13
14bool HitGroupKey::operator<(const HitGroupKey& other) const {
15 return tie() < other.tie();
16}
17
18} // namespace TgcL0Floating
19} // namespace L0Muon
Event-local hardware processing key.
std::tuple< std::uint16_t, std::uint16_t, std::uint16_t > Tuple
bool operator<(const HitGroupKey &other) const