#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 (double ax, double bx, double chi2x, int nclusterx, double ay, double by, double chi2y, int nclustery) | |
TrackFP420 () | |
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.
TrackFP420::TrackFP420 | ( | ) | [inline] |
Definition at line 9 of file TrackFP420.h.
: ax_(0), bx_(0), chi2x_(0), nclusterx_(0), ay_(0), by_(0), chi2y_(0), nclustery_(0) {}
TrackFP420::TrackFP420 | ( | double | ax, |
double | bx, | ||
double | chi2x, | ||
int | nclusterx, | ||
double | ay, | ||
double | by, | ||
double | chi2y, | ||
int | nclustery | ||
) | [inline] |
double TrackFP420::ax | ( | ) | const [inline] |
Definition at line 14 of file TrackFP420.h.
References ax_.
Referenced by FP420TrackMain::run(), and FP420RecoMain::run().
{return ax_;}
double TrackFP420::ay | ( | ) | const [inline] |
Definition at line 18 of file TrackFP420.h.
References ay_.
Referenced by FP420TrackMain::run(), and FP420RecoMain::run().
{return ay_;}
double TrackFP420::bx | ( | ) | const [inline] |
Definition at line 15 of file TrackFP420.h.
References bx_.
Referenced by FP420TrackMain::run(), and FP420RecoMain::run().
{return bx_;}
double TrackFP420::by | ( | ) | const [inline] |
Definition at line 19 of file TrackFP420.h.
References by_.
Referenced by FP420TrackMain::run(), and FP420RecoMain::run().
{return by_;}
double TrackFP420::chi2x | ( | ) | const [inline] |
Definition at line 16 of file TrackFP420.h.
References chi2x_.
Referenced by FP420TrackMain::run().
{return chi2x_;}
double TrackFP420::chi2y | ( | ) | const [inline] |
Definition at line 20 of file TrackFP420.h.
References chi2y_.
Referenced by FP420TrackMain::run().
{return chi2y_;}
int TrackFP420::nclusterx | ( | ) | const [inline] |
Definition at line 17 of file TrackFP420.h.
References nclusterx_.
Referenced by operator<(), and FP420TrackMain::run().
{return nclusterx_;}
int TrackFP420::nclustery | ( | ) | const [inline] |
Definition at line 21 of file TrackFP420.h.
References nclustery_.
Referenced by operator<(), and FP420TrackMain::run().
{return nclustery_;}
double TrackFP420::ax_ [private] |
Definition at line 24 of file TrackFP420.h.
Referenced by ax().
double TrackFP420::ay_ [private] |
Definition at line 28 of file TrackFP420.h.
Referenced by ay().
double TrackFP420::bx_ [private] |
Definition at line 25 of file TrackFP420.h.
Referenced by bx().
double TrackFP420::by_ [private] |
Definition at line 29 of file TrackFP420.h.
Referenced by by().
double TrackFP420::chi2x_ [private] |
Definition at line 26 of file TrackFP420.h.
Referenced by chi2x().
double TrackFP420::chi2y_ [private] |
Definition at line 30 of file TrackFP420.h.
Referenced by chi2y().
int TrackFP420::nclusterx_ [private] |
Definition at line 27 of file TrackFP420.h.
Referenced by nclusterx().
int TrackFP420::nclustery_ [private] |
Definition at line 31 of file TrackFP420.h.
Referenced by nclustery().