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, detectorSector, bcTag, station,
12 isStrip);
13}
14
15bool HitGroupKey::operator<(const HitGroupKey& other) const {
16 return tie() < other.tie();
17}
18
19} // namespace TgcL0Floating
20} // namespace L0Muon
Event-local key used to group decoded Run-3 TGC hits.
std::tuple< std::uint16_t, std::uint16_t, std::uint16_t, Station, bool > Tuple
bool operator<(const HitGroupKey &other) const