ATLAS Offline Software
Loading...
Searching...
No Matches
Muon::MuPatHit::Info Struct Reference

#include <MuPatHit.h>

Collaboration diagram for Muon::MuPatHit::Info:

Public Member Functions

 Info ()=default

Public Attributes

Identifier id {}
 Identifier of the measurement. Is invalid in cases of pseudo measurements.
Type type {Pseudo}
 Measurement type as defined above.
HitSelection selection {UnknownSelection}
Status status {OnTrack}
 Flag whether the hit is on Tack or not.
MuonStationIndex::StIndex stIdx {MuonStationIndex::StIndex::StUnknown}
 Station index of the Identifier BI.
MuonStationIndex::ChIndex chIdx {MuonStationIndex::ChIndex::ChUnknown}
 Chamber index of the Identifier.
bool isSmall {false}
 Small or large sector?
bool isEndcap {false}
 Hit in the endcap?
bool measuresPhi {true}
 Does the hit constrain phi?

Detailed Description

Definition at line 36 of file MuPatHit.h.

Constructor & Destructor Documentation

◆ Info()

Muon::MuPatHit::Info::Info ( )
default

Member Data Documentation

◆ chIdx

◆ id

Identifier Muon::MuPatHit::Info::id {}

Identifier of the measurement. Is invalid in cases of pseudo measurements.

Definition at line 39 of file MuPatHit.h.

39{};

◆ isEndcap

bool Muon::MuPatHit::Info::isEndcap {false}

Hit in the endcap?

Definition at line 54 of file MuPatHit.h.

54{false};

◆ isSmall

bool Muon::MuPatHit::Info::isSmall {false}

Small or large sector?

Definition at line 52 of file MuPatHit.h.

52{false};

◆ measuresPhi

bool Muon::MuPatHit::Info::measuresPhi {true}

Does the hit constrain phi?

Definition at line 56 of file MuPatHit.h.

56{true};

◆ selection

HitSelection Muon::MuPatHit::Info::selection {UnknownSelection}

Definition at line 44 of file MuPatHit.h.

◆ status

Status Muon::MuPatHit::Info::status {OnTrack}

Flag whether the hit is on Tack or not.

Definition at line 46 of file MuPatHit.h.

◆ stIdx

MuonStationIndex::StIndex Muon::MuPatHit::Info::stIdx {MuonStationIndex::StIndex::StUnknown}

Station index of the Identifier BI.

Definition at line 48 of file MuPatHit.h.

48{MuonStationIndex::StIndex::StUnknown};

◆ type

Type Muon::MuPatHit::Info::type {Pseudo}

Measurement type as defined above.

Definition at line 42 of file MuPatHit.h.


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