ATLAS Offline Software
|
#include <SegmentAmbiSolver.h>
Public Attributes | |
double | selectByNDoFChi2 {5.} |
If two overlapping segments have both the chi2 below the threshold, the one with more degrees of freedom is chosen. More... | |
unsigned int | sharedPrecHits {3} |
Cut on the number of shared precision hits. More... | |
bool | remLeftRightAmbi {false} |
Allow for left-right ambiguities. More... | |
Definition at line 18 of file SegmentAmbiSolver.h.
bool MuonR4::SegmentAmbiSolver::Config::remLeftRightAmbi {false} |
Allow for left-right ambiguities.
Definition at line 25 of file SegmentAmbiSolver.h.
double MuonR4::SegmentAmbiSolver::Config::selectByNDoFChi2 {5.} |
If two overlapping segments have both the chi2 below the threshold, the one with more degrees of freedom is chosen.
Definition at line 21 of file SegmentAmbiSolver.h.
unsigned int MuonR4::SegmentAmbiSolver::Config::sharedPrecHits {3} |
Cut on the number of shared precision hits.
Definition at line 23 of file SegmentAmbiSolver.h.