ATLAS Offline Software
Public Types | Public Member Functions | Public Attributes | List of all members
MuonR4::SpacePointMakerAlg::SpacePointStatistics::FieldKey Struct Reference

Helper struct to define the counting categories. More...

Collaboration diagram for MuonR4::SpacePointMakerAlg::SpacePointStatistics::FieldKey:

Public Types

using StIdx_t = Muon::MuonStationIndex::StIndex
 
using TechIdx_t = Muon::MuonStationIndex::TechnologyIndex
 

Public Member Functions

bool operator< (const FieldKey &other) const
 

Public Attributes

StIdx_t stIdx {StIdx_t::StUnknown}
 
TechIdx_t techIdx {TechIdx_t::TechnologyUnknown}
 
int eta {0}
 

Detailed Description

Helper struct to define the counting categories.

Definition at line 129 of file SpacePointMakerAlg.h.

Member Typedef Documentation

◆ StIdx_t

Definition at line 130 of file SpacePointMakerAlg.h.

◆ TechIdx_t

Definition at line 131 of file SpacePointMakerAlg.h.

Member Function Documentation

◆ operator<()

bool MuonR4::SpacePointMakerAlg::SpacePointStatistics::FieldKey::operator< ( const FieldKey other) const

Member Data Documentation

◆ eta

int MuonR4::SpacePointMakerAlg::SpacePointStatistics::FieldKey::eta {0}

Definition at line 134 of file SpacePointMakerAlg.h.

◆ stIdx

StIdx_t MuonR4::SpacePointMakerAlg::SpacePointStatistics::FieldKey::stIdx {StIdx_t::StUnknown}

Definition at line 132 of file SpacePointMakerAlg.h.

◆ techIdx

TechIdx_t MuonR4::SpacePointMakerAlg::SpacePointStatistics::FieldKey::techIdx {TechIdx_t::TechnologyUnknown}

Definition at line 133 of file SpacePointMakerAlg.h.


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