![]() |
LArSoft
v10_06_00
Liquid Argon Software toolkit - https://larsoft.org/
|
class LayerFitResult More...
#include "LArTwoDSlidingFitObjects.h"
Public Member Functions | |
| LayerFitResult (const double l, const double fitT, const double gradient, const double rms) | |
| Constructor. More... | |
| double | GetL () const |
| Get the l coordinate. More... | |
| double | GetFitT () const |
| Get the fitted t coordinate. More... | |
| double | GetGradient () const |
| Get the fitted gradient dt/dz. More... | |
| double | GetRms () const |
| Get the rms of the fit residuals. More... | |
Private Attributes | |
| double | m_l |
| The l coordinate. More... | |
| double | m_fitT |
| The fitted t coordinate. More... | |
| double | m_gradient |
| The fitted gradient dt/dl. More... | |
| double | m_rms |
| The rms of the fit residuals. More... | |
class LayerFitResult
Definition at line 36 of file LArTwoDSlidingFitObjects.h.
|
inline |
Constructor.
| l | the l coordinate |
| fitT | the fitted t coordinate |
| gradient | the fitted gradient dt/dl |
| rms | the rms of the fit residuals |
Definition at line 295 of file LArTwoDSlidingFitObjects.h.
|
inline |
Get the fitted t coordinate.
Definition at line 312 of file LArTwoDSlidingFitObjects.h.
References m_fitT.
Referenced by lar_content::TwoDLinearFitFeatureTool::CalculateVariablesSlidingLinearFit(), and lar_content::ThreeDLinearFitFeatureTool::CalculateVariablesSlidingLinearFit().
|
inline |
Get the fitted gradient dt/dz.
Definition at line 319 of file LArTwoDSlidingFitObjects.h.
References m_gradient.
Referenced by lar_content::TwoDLinearFitFeatureTool::CalculateVariablesSlidingLinearFit(), and lar_content::ThreeDLinearFitFeatureTool::CalculateVariablesSlidingLinearFit().
|
inline |
Get the l coordinate.
Definition at line 305 of file LArTwoDSlidingFitObjects.h.
References m_l.
Referenced by lar_content::TwoDLinearFitFeatureTool::CalculateVariablesSlidingLinearFit(), and lar_content::ThreeDLinearFitFeatureTool::CalculateVariablesSlidingLinearFit().
|
inline |
Get the rms of the fit residuals.
Definition at line 326 of file LArTwoDSlidingFitObjects.h.
References m_rms.
Referenced by lar_content::TwoDLinearFitFeatureTool::CalculateVariablesSlidingLinearFit(), and lar_content::ThreeDLinearFitFeatureTool::CalculateVariablesSlidingLinearFit().
|
private |
The fitted t coordinate.
Definition at line 79 of file LArTwoDSlidingFitObjects.h.
Referenced by GetFitT().
|
private |
The fitted gradient dt/dl.
Definition at line 80 of file LArTwoDSlidingFitObjects.h.
Referenced by GetGradient().
|
private |
|
private |
The rms of the fit residuals.
Definition at line 81 of file LArTwoDSlidingFitObjects.h.
Referenced by GetRms().