ATLAS Offline Software
Loading...
Searching...
No Matches
L0MDT::CompactSegmentFinderTool::FitResult Struct Reference

Output of the final straight-line fit. More...

Collaboration diagram for L0MDT::CompactSegmentFinderTool::FitResult:

Public Attributes

float m {0.f}
float b {0.f}
float chi2 {0.f}
bool valid {false}

Detailed Description

Output of the final straight-line fit.

m and b are the fitted line parameters in the (z, R) plane, chi2 is a simple chi2-like quality estimator, and valid indicates whether the fit succeeded.

Definition at line 117 of file CompactSegmentFinderTool.h.

Member Data Documentation

◆ b

float L0MDT::CompactSegmentFinderTool::FitResult::b {0.f}

Definition at line 119 of file CompactSegmentFinderTool.h.

119{0.f};

◆ chi2

float L0MDT::CompactSegmentFinderTool::FitResult::chi2 {0.f}

Definition at line 120 of file CompactSegmentFinderTool.h.

120{0.f};

◆ m

float L0MDT::CompactSegmentFinderTool::FitResult::m {0.f}

Definition at line 118 of file CompactSegmentFinderTool.h.

118{0.f};

◆ valid

bool L0MDT::CompactSegmentFinderTool::FitResult::valid {false}

Definition at line 121 of file CompactSegmentFinderTool.h.

121{false};

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