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.
|
inline |
Get the fitted gradient dt/dz.
Definition at line 319 of file LArTwoDSlidingFitObjects.h.
|
inline |
Get the l coordinate.
Definition at line 305 of file LArTwoDSlidingFitObjects.h.
|
inline |
Get the rms of the fit residuals.
Definition at line 326 of file LArTwoDSlidingFitObjects.h.
|
private |
The fitted t coordinate.
Definition at line 79 of file LArTwoDSlidingFitObjects.h.
|
private |
The fitted gradient dt/dl.
Definition at line 80 of file LArTwoDSlidingFitObjects.h.
|
private |
The l coordinate.
Definition at line 78 of file LArTwoDSlidingFitObjects.h.
|
private |
The rms of the fit residuals.
Definition at line 81 of file LArTwoDSlidingFitObjects.h.