ATLAS Offline Software
Loading...
Searching...
No Matches
L0Muon::TgcL0Floating Namespace Reference

Classes

struct  HitGroupKey
 Event-local key used to group decoded Run-3 TGC hits. More...
struct  Hit
struct  DecodeStatistics
struct  Segment
class  RdoDecoder
 Decode Run-3 TGC hit RDOs and group the decoded hits. More...
class  SegmentBuilder
 Build station-level channel segments from grouped TGC hits. More...

Typedefs

using HitContainer = std::vector<Hit>
using HitGroups = std::map<HitGroupKey, HitContainer>
using SegmentContainer = std::vector<Segment>

Enumerations

enum class  Station : std::uint8_t {
  M1 , M2M3 , Inner , Unknown ,
  NumberOfStations
}

Typedef Documentation

◆ HitContainer

Definition at line 44 of file TgcL0FloatingData.h.

◆ HitGroups

Definition at line 45 of file TgcL0FloatingData.h.

◆ SegmentContainer

Definition at line 72 of file TgcL0FloatingData.h.

Enumeration Type Documentation

◆ Station

enum class L0Muon::TgcL0Floating::Station : std::uint8_t
strong
Enumerator
M1 
M2M3 
Inner 
Unknown 
NumberOfStations 

Definition at line 16 of file TgcL0FloatingData.h.