Belle II Software development
|
A class to fit a TTrackBase object to a circle. More...
#include <CircleFitter.h>
Public Member Functions | |
TRGCDCCircleFitter (const std::string &name) | |
Constructor. | |
virtual | ~TRGCDCCircleFitter () |
Destructor. | |
void | dump (const std::string &message=std::string(""), const std::string &prefix=std::string("")) const |
dumps debug information. | |
virtual int | fit (TRGCDCTrackBase &) const override |
Fitter. | |
const std::string & | name (void) const |
returns name. | |
Protected Member Functions | |
void | fitDone (TRGCDCTrackBase &) const |
sets the fitted flag. (Bad implementation) | |
Private Attributes | |
double | _charge |
charge | |
double | _radius |
radius | |
HepGeom::Point3D< double > | _center |
center | |
std::string | _name |
name | |
A class to fit a TTrackBase object to a circle.
Definition at line 31 of file CircleFitter.h.
|
mutableprivate |
center
Definition at line 55 of file CircleFitter.h.
|
mutableprivate |
charge
Definition at line 51 of file CircleFitter.h.
|
mutableprivate |
radius
Definition at line 53 of file CircleFitter.h.