Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
lar_content::LayerFitResult Class Reference

class LayerFitResult More...

#include "LArTwoDSlidingFitObjects.h"

Public Member Functions

 LayerFitResult (const double l, const double fitT, const double gradient, const double rms)
 Constructor.
 
double GetL () const
 Get the l coordinate.
 
double GetFitT () const
 Get the fitted t coordinate.
 
double GetGradient () const
 Get the fitted gradient dt/dz.
 
double GetRms () const
 Get the rms of the fit residuals.
 

Private Attributes

double m_l
 The l coordinate.
 
double m_fitT
 The fitted t coordinate.
 
double m_gradient
 The fitted gradient dt/dl.
 
double m_rms
 The rms of the fit residuals.
 

Detailed Description

class LayerFitResult

Definition at line 36 of file LArTwoDSlidingFitObjects.h.

Constructor & Destructor Documentation

◆ LayerFitResult()

lar_content::LayerFitResult::LayerFitResult ( const double  l,
const double  fitT,
const double  gradient,
const double  rms 
)
inline

Constructor.

Parameters
lthe l coordinate
fitTthe fitted t coordinate
gradientthe fitted gradient dt/dl
rmsthe rms of the fit residuals

Definition at line 295 of file LArTwoDSlidingFitObjects.h.

Member Function Documentation

◆ GetFitT()

double lar_content::LayerFitResult::GetFitT ( ) const
inline

Get the fitted t coordinate.

Returns
the fitted t coordinate

Definition at line 312 of file LArTwoDSlidingFitObjects.h.

Here is the caller graph for this function:

◆ GetGradient()

double lar_content::LayerFitResult::GetGradient ( ) const
inline

Get the fitted gradient dt/dz.

Returns
the fitted gradient dt/dl

Definition at line 319 of file LArTwoDSlidingFitObjects.h.

Here is the caller graph for this function:

◆ GetL()

double lar_content::LayerFitResult::GetL ( ) const
inline

Get the l coordinate.

Returns
the l coordinate

Definition at line 305 of file LArTwoDSlidingFitObjects.h.

Here is the caller graph for this function:

◆ GetRms()

double lar_content::LayerFitResult::GetRms ( ) const
inline

Get the rms of the fit residuals.

Returns
the rms of the fit residuals

Definition at line 326 of file LArTwoDSlidingFitObjects.h.

Here is the caller graph for this function:

Member Data Documentation

◆ m_fitT

double lar_content::LayerFitResult::m_fitT
private

The fitted t coordinate.

Definition at line 79 of file LArTwoDSlidingFitObjects.h.

◆ m_gradient

double lar_content::LayerFitResult::m_gradient
private

The fitted gradient dt/dl.

Definition at line 80 of file LArTwoDSlidingFitObjects.h.

◆ m_l

double lar_content::LayerFitResult::m_l
private

The l coordinate.

Definition at line 78 of file LArTwoDSlidingFitObjects.h.

◆ m_rms

double lar_content::LayerFitResult::m_rms
private

The rms of the fit residuals.

Definition at line 81 of file LArTwoDSlidingFitObjects.h.


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