![]() |
ATLAS Offline Software
|
Small wrapper for candidate hits used to build patterns. More...
Public Member Functions | |
| const HitPayload * | operator-> () const |
| const HitPayload & | operator* () const |
| const SpacePoint * | sp () const |
| bool | operator== (const CandidateHit &other) const |
| bool | operator== (const HitPayload &other) const |
Public Attributes | |
| const HitPayload * | hit {nullptr} |
| Store locally most frequently accessed data to avoid frequent pointer indirection. | |
| float | R {0.f} |
| float | Z {0.f} |
| StIndex | station {} |
| uint8_t | globLayer {0u} |
| Global measurement layer number. | |
| uint8_t | sector {0u} |
| Sector. | |
| bool | isStraw {false} |
| Is straw hit. | |
Small wrapper for candidate hits used to build patterns.
This is needed because the global layer number cannot be defined globally, but it can be computed given a set of hits.
Definition at line 150 of file GlobalPatternFinder.h.
|
inline |
Definition at line 165 of file GlobalPatternFinder.h.
|
inline |
Definition at line 164 of file GlobalPatternFinder.h.
|
inline |
Definition at line 167 of file GlobalPatternFinder.h.
|
inline |
Definition at line 168 of file GlobalPatternFinder.h.
|
inline |
Definition at line 166 of file GlobalPatternFinder.h.
| uint8_t MuonR4::FastReco::GlobalPatternFinder::CandidateHit::globLayer {0u} |
| const HitPayload* MuonR4::FastReco::GlobalPatternFinder::CandidateHit::hit {nullptr} |
Store locally most frequently accessed data to avoid frequent pointer indirection.
Definition at line 152 of file GlobalPatternFinder.h.
| bool MuonR4::FastReco::GlobalPatternFinder::CandidateHit::isStraw {false} |
| float MuonR4::FastReco::GlobalPatternFinder::CandidateHit::R {0.f} |
Definition at line 153 of file GlobalPatternFinder.h.
| uint8_t MuonR4::FastReco::GlobalPatternFinder::CandidateHit::sector {0u} |
| StIndex MuonR4::FastReco::GlobalPatternFinder::CandidateHit::station {} |
Definition at line 155 of file GlobalPatternFinder.h.
| float MuonR4::FastReco::GlobalPatternFinder::CandidateHit::Z {0.f} |
Definition at line 154 of file GlobalPatternFinder.h.