ATLAS Offline Software
Loading...
Searching...
No Matches
MuonR4::SegmentFit::SegmentAmbiSolver::Config Struct Reference

Configuration object to stree the ambiguties. More...

#include <SegmentAmbiSolver.h>

Collaboration diagram for MuonR4::SegmentFit::SegmentAmbiSolver::Config:

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.
unsigned int sharedPrecHits {3}
 Cut on the number of shared precision hits.
bool remLeftRightAmbi {false}
 Two candidates with the sam number of precision hits but with different left / right ambiguities are kept both.

Detailed Description

Configuration object to stree the ambiguties.

Definition at line 30 of file SegmentAmbiSolver.h.

Member Data Documentation

◆ remLeftRightAmbi

bool MuonR4::SegmentFit::SegmentAmbiSolver::Config::remLeftRightAmbi {false}

Two candidates with the sam number of precision hits but with different left / right ambiguities are kept both.

Definition at line 38 of file SegmentAmbiSolver.h.

38{false};

◆ selectByNDoFChi2

double MuonR4::SegmentFit::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 33 of file SegmentAmbiSolver.h.

33{5.};

◆ sharedPrecHits

unsigned int MuonR4::SegmentFit::SegmentAmbiSolver::Config::sharedPrecHits {3}

Cut on the number of shared precision hits.

Definition at line 35 of file SegmentAmbiSolver.h.

35{3};

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