FACT++
1.0
|
#include <Ring.h>
Public Member Functions | |
Ring (double x=0, double y=0) | |
void | SetXY (double x=0, double y=0) |
void | SetPhi (double phi) |
double | GetX () const |
double | GetY () const |
double | GetR () const |
double | GetPhi () const |
double | GetMag () const |
bool | CalcCenter (Led, Led, Led) |
void | InterpolCenters (const std::vector< Ring > &rings) |
Private Member Functions | |
double | sqr (double x) |
Private Attributes | |
double | fX |
double | fY |
double | fR |
double | fPhi |
double | fMag |