#include <TrackFP420.h>
Public Member Functions | |
double | ax () const |
double | ay () const |
double | bx () const |
double | by () const |
double | chi2x () const |
double | chi2y () const |
int | nclusterx () const |
int | nclustery () const |
TrackFP420 () | |
TrackFP420 (double ax, double bx, double chi2x, int nclusterx, double ay, double by, double chi2y, int nclustery) | |
Private Attributes | |
double | ax_ |
double | ay_ |
double | bx_ |
double | by_ |
double | chi2x_ |
double | chi2y_ |
int | nclusterx_ |
int | nclustery_ |
Definition at line 6 of file TrackFP420.h.
|
inline |
Definition at line 9 of file TrackFP420.h.
|
inline |
|
inline |
Definition at line 14 of file TrackFP420.h.
References ax_.
Referenced by svgfig.Ellipse::__repr__(), svgfig.Ellipse::Path(), FP420TrackMain::run(), and FP420RecoMain::run().
|
inline |
Definition at line 18 of file TrackFP420.h.
References ay_.
Referenced by svgfig.Ellipse::__repr__(), svgfig.Ellipse::Path(), FP420TrackMain::run(), and FP420RecoMain::run().
|
inline |
Definition at line 15 of file TrackFP420.h.
References bx_.
Referenced by FP420TrackMain::run(), and FP420RecoMain::run().
|
inline |
Definition at line 19 of file TrackFP420.h.
References by_.
Referenced by FP420TrackMain::run(), and FP420RecoMain::run().
|
inline |
|
inline |
|
inline |
Definition at line 17 of file TrackFP420.h.
References nclusterx_.
Referenced by operator<(), and FP420TrackMain::run().
|
inline |
Definition at line 21 of file TrackFP420.h.
References nclustery_.
Referenced by operator<(), and FP420TrackMain::run().
|
private |
Definition at line 24 of file TrackFP420.h.
Referenced by ax().
|
private |
Definition at line 28 of file TrackFP420.h.
Referenced by ay().
|
private |
Definition at line 25 of file TrackFP420.h.
Referenced by bx().
|
private |
Definition at line 29 of file TrackFP420.h.
Referenced by by().
|
private |
Definition at line 26 of file TrackFP420.h.
Referenced by chi2x().
|
private |
Definition at line 30 of file TrackFP420.h.
Referenced by chi2y().
|
private |
Definition at line 27 of file TrackFP420.h.
Referenced by nclusterx().
|
private |
Definition at line 31 of file TrackFP420.h.
Referenced by nclustery().