![]() |
ATLAS Offline Software
|
#include <TgcL0SegmentReconstruction.h>
Public Attributes | |
| float | maxCandidateDThetaAbs {0.10F} |
| Broad efficiency-first Floating candidate windows. | |
| float | maxCandidateDPhiAbs {0.10F} |
| float | maxPivotWireStripDeltaEta {-1.F} |
| Common-pivot wire-strip association. | |
| float | maxPivotWireStripDeltaPhi {0.35F} |
| std::size_t | maxSegmentCombinationsPerGroup {8U} |
| Validated Floating working-set size per side/Trigger-Sector/BC chain. | |
| std::size_t | maxCandidatesPerLocalBin {8U} |
| Old Floating local eta-phi-pivot candidate-bin pruning. | |
| float | localCandidateEtaBinWidth {0.01F} |
| float | localCandidatePhiBinWidth {0.01F} |
| std::size_t | maxCandidatesPerLocalPosition {1U} |
| Same-chamber duplicate suppression after wire-strip association. | |
| float | localDuplicateEtaWindow {0.02F} |
| float | localDuplicatePhiWindow {0.03F} |
Definition at line 17 of file TgcL0SegmentReconstruction.h.
| float L0Muon::TgcL0Floating::SegmentReconstructionConfig::localCandidateEtaBinWidth {0.01F} |
Definition at line 34 of file TgcL0SegmentReconstruction.h.
| float L0Muon::TgcL0Floating::SegmentReconstructionConfig::localCandidatePhiBinWidth {0.01F} |
Definition at line 35 of file TgcL0SegmentReconstruction.h.
| float L0Muon::TgcL0Floating::SegmentReconstructionConfig::localDuplicateEtaWindow {0.02F} |
Definition at line 39 of file TgcL0SegmentReconstruction.h.
| float L0Muon::TgcL0Floating::SegmentReconstructionConfig::localDuplicatePhiWindow {0.03F} |
Definition at line 40 of file TgcL0SegmentReconstruction.h.
| float L0Muon::TgcL0Floating::SegmentReconstructionConfig::maxCandidateDPhiAbs {0.10F} |
Definition at line 20 of file TgcL0SegmentReconstruction.h.
| float L0Muon::TgcL0Floating::SegmentReconstructionConfig::maxCandidateDThetaAbs {0.10F} |
Broad efficiency-first Floating candidate windows.
Definition at line 19 of file TgcL0SegmentReconstruction.h.
| std::size_t L0Muon::TgcL0Floating::SegmentReconstructionConfig::maxCandidatesPerLocalBin {8U} |
Old Floating local eta-phi-pivot candidate-bin pruning.
Definition at line 33 of file TgcL0SegmentReconstruction.h.
| std::size_t L0Muon::TgcL0Floating::SegmentReconstructionConfig::maxCandidatesPerLocalPosition {1U} |
Same-chamber duplicate suppression after wire-strip association.
Definition at line 38 of file TgcL0SegmentReconstruction.h.
| float L0Muon::TgcL0Floating::SegmentReconstructionConfig::maxPivotWireStripDeltaEta {-1.F} |
Common-pivot wire-strip association.
Candidate eta is measured by wire and candidate phi by strip. The auxiliary phi check reproduces the loose geometry fallback of the validated Floating simulation.
Definition at line 25 of file TgcL0SegmentReconstruction.h.
| float L0Muon::TgcL0Floating::SegmentReconstructionConfig::maxPivotWireStripDeltaPhi {0.35F} |
Definition at line 26 of file TgcL0SegmentReconstruction.h.
| std::size_t L0Muon::TgcL0Floating::SegmentReconstructionConfig::maxSegmentCombinationsPerGroup {8U} |
Validated Floating working-set size per side/Trigger-Sector/BC chain.
This is independent of the later six-candidate Track Selector limit.
Definition at line 30 of file TgcL0SegmentReconstruction.h.