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

Classes

struct  DecodeStatistics
struct  Hit
struct  HitGroupKey
 Event-local hardware processing key. More...
class  InnerCoincidence
 Apply the floating-point Inner-Coincidence response. More...
class  OverlapClassification
 Tag nearby candidates from distinct chamber paths. More...
struct  OverlapClassificationConfig
struct  OverlapClassificationStatistics
class  RdoDecoder
class  SegmentReconstruction
 Reconstruct same-BC inter-station segments and transient candidates. More...
struct  SegmentReconstructionConfig
struct  SegmentStatistics
struct  StationCoincidence
class  StationCoincidenceBuilder
 Build station representative points from layer-level TGC hits. More...
class  TrackSelector
 Select and convert floating-point TGC candidates. More...

Typedefs

using HitContainer = std::vector<Hit>
using HitGroups = std::map<HitGroupKey, HitContainer>
using StationCoincidenceContainer = std::vector<StationCoincidence>

Enumerations

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

Typedef Documentation

◆ HitContainer

Definition at line 51 of file TgcL0FloatingData.h.

◆ HitGroups

Definition at line 52 of file TgcL0FloatingData.h.

◆ StationCoincidenceContainer

Enumeration Type Documentation

◆ Station

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

Definition at line 16 of file TgcL0FloatingData.h.