CbmRoot
|
Here the ring is fitted with the RobustCOP algorithm from A. Ayriyan/G. Ososkov. More...
#include <CbmRichRingFitterRobustCOP.h>
Public Member Functions | |
CbmRichRingFitterRobustCOP () | |
Default constructor. More... | |
virtual | ~CbmRichRingFitterRobustCOP () |
Destructor. More... | |
virtual void | DoFit (CbmRichRingLight *ring) |
Inherited from CbmRichRingFitterBase. More... | |
Protected Member Functions | |
virtual void | CalcChi2 (CbmRichRingLight *ring) |
Calculate chi2 for circle fitting algorithms. More... | |
Static Protected Attributes | |
static const int | MAX_NOF_HITS_IN_RING |
Here the ring is fitted with the RobustCOP algorithm from A. Ayriyan/G. Ososkov.
Definition at line 22 of file CbmRichRingFitterRobustCOP.h.
CbmRichRingFitterRobustCOP::CbmRichRingFitterRobustCOP | ( | ) |
Default constructor.
Definition at line 19 of file CbmRichRingFitterRobustCOP.cxx.
|
virtual |
Destructor.
Definition at line 21 of file CbmRichRingFitterRobustCOP.cxx.
|
inlineprotectedvirtualinherited |
Calculate chi2 for circle fitting algorithms.
[in,out] | ring | Fitted ring. |
Reimplemented in CbmRichRingFitterEllipseBase.
Definition at line 48 of file CbmRichRingFitterBase.h.
References d, CbmRichHitLight::fX, CbmRichHitLight::fY, CbmRichRingLight::GetCenterX(), CbmRichRingLight::GetCenterY(), CbmRichRingLight::GetHit(), CbmRichRingLight::GetNofHits(), CbmRichRingLight::GetRadius(), i, CbmRichRingLight::SetChi2(), and sqrt().
Referenced by DoFit(), CbmRichRingFitterTAU::DoFit(), and CbmRichRingFitterCircle::DoFit().
|
virtual |
Inherited from CbmRichRingFitterBase.
Implements CbmRichRingFitterBase.
Definition at line 23 of file CbmRichRingFitterRobustCOP.cxx.
References CbmRichRingFitterBase::CalcChi2(), d, fabs(), CbmRichHitLight::fX, CbmRichHitLight::fY, CbmRichRingLight::GetHit(), CbmRichRingLight::GetNofHits(), i, CbmRichRingLight::SetCenterX(), CbmRichRingLight::SetCenterY(), CbmRichRingLight::SetRadius(), and sqrt().
|
staticprotectedinherited |
Definition at line 70 of file CbmRichRingFitterBase.h.
Referenced by CbmRichRingFitterEllipseTau::DoFit().