ClusterFitResult class.
More...
#include "ClusterFitHelper.h"
ClusterFitResult class.
Definition at line 101 of file ClusterFitHelper.h.
◆ ClusterFitResult()
pandora::ClusterFitResult::ClusterFitResult |
( |
| ) |
|
|
inline |
◆ GetChi2()
float pandora::ClusterFitResult::GetChi2 |
( |
| ) |
const |
|
inline |
◆ GetDirection()
◆ GetIntercept()
◆ GetRadialDirectionCosine()
float pandora::ClusterFitResult::GetRadialDirectionCosine |
( |
| ) |
const |
|
inline |
Get the fit direction cosine w.r.t. the radial direction.
- Returns
- the fit direction cosine w.r.t. the radial direction
Definition at line 381 of file ClusterFitHelper.h.
◆ GetRms()
float pandora::ClusterFitResult::GetRms |
( |
| ) |
const |
|
inline |
◆ IsFitSuccessful()
bool pandora::ClusterFitResult::IsFitSuccessful |
( |
| ) |
const |
|
inline |
◆ Reset()
void pandora::ClusterFitResult::Reset |
( |
| ) |
|
|
inline |
◆ SetChi2()
void pandora::ClusterFitResult::SetChi2 |
( |
const float |
chi2 | ) |
|
|
inline |
◆ SetDirection()
void pandora::ClusterFitResult::SetDirection |
( |
const CartesianVector & |
direction | ) |
|
|
inline |
Set the fit direction.
- Parameters
-
direction | the fit direction |
Definition at line 398 of file ClusterFitHelper.h.
◆ SetIntercept()
void pandora::ClusterFitResult::SetIntercept |
( |
const CartesianVector & |
intercept | ) |
|
|
inline |
Set the fit intercept.
- Parameters
-
intercept | the fit intercept |
Definition at line 405 of file ClusterFitHelper.h.
◆ SetRadialDirectionCosine()
void pandora::ClusterFitResult::SetRadialDirectionCosine |
( |
const float |
radialDirectionCosine | ) |
|
|
inline |
Set the fit direction cosine w.r.t. the radial direction.
- Parameters
-
radialDirectionCosine | the fit direction cosine w.r.t. the radial direction |
Definition at line 428 of file ClusterFitHelper.h.
◆ SetRms()
void pandora::ClusterFitResult::SetRms |
( |
const float |
rms | ) |
|
|
inline |
◆ SetSuccessFlag()
void pandora::ClusterFitResult::SetSuccessFlag |
( |
const bool |
successFlag | ) |
|
|
inline |
Set the fit success flag.
- Parameters
-
successFlag | the fit success flag |
Definition at line 391 of file ClusterFitHelper.h.
◆ m_chi2
◆ m_dirCosR
◆ m_direction
◆ m_intercept
◆ m_isFitSuccessful
bool pandora::ClusterFitResult::m_isFitSuccessful |
|
private |
◆ m_rms
The documentation for this class was generated from the following file: