ATLAS Offline Software
|
#include <MuPatHit.h>
Public Member Functions | |
Info ()=default | |
Public Attributes | |
Identifier | id {} |
Identifier of the measurement. Is invalid in cases of pseudo measurements. More... | |
Type | type {Pseudo} |
Measurement type as defined above. More... | |
HitSelection | selection {UnknownSelection} |
Status | status {OnTrack} |
Flag whether the hit is on Tack or not. More... | |
MuonStationIndex::StIndex | stIdx {MuonStationIndex::StIndex::StUnknown} |
Station index of the Identifier BI. More... | |
MuonStationIndex::ChIndex | chIdx {MuonStationIndex::ChIndex::ChUnknown} |
Chamber index of the Identifier. More... | |
bool | isSmall {false} |
Small or large sector? More... | |
bool | isEndcap {false} |
Hit in the endcap? More... | |
bool | measuresPhi {true} |
Does the hit constrain phi? More... | |
Definition at line 36 of file MuPatHit.h.
|
default |
MuonStationIndex::ChIndex Muon::MuPatHit::Info::chIdx {MuonStationIndex::ChIndex::ChUnknown} |
Chamber index of the Identifier.
Definition at line 50 of file MuPatHit.h.
Identifier Muon::MuPatHit::Info::id {} |
Identifier of the measurement. Is invalid in cases of pseudo measurements.
Definition at line 39 of file MuPatHit.h.
bool Muon::MuPatHit::Info::isEndcap {false} |
Hit in the endcap?
Definition at line 54 of file MuPatHit.h.
bool Muon::MuPatHit::Info::isSmall {false} |
Small or large sector?
Definition at line 52 of file MuPatHit.h.
bool Muon::MuPatHit::Info::measuresPhi {true} |
Does the hit constrain phi?
Definition at line 56 of file MuPatHit.h.
HitSelection Muon::MuPatHit::Info::selection {UnknownSelection} |
Definition at line 44 of file MuPatHit.h.
Flag whether the hit is on Tack or not.
Definition at line 46 of file MuPatHit.h.
MuonStationIndex::StIndex Muon::MuPatHit::Info::stIdx {MuonStationIndex::StIndex::StUnknown} |
Station index of the Identifier BI.
Definition at line 48 of file MuPatHit.h.
Measurement type as defined above.
Definition at line 42 of file MuPatHit.h.