20 double sqr(
double x) {
return x*x; }
23 Ring(
double x=0,
double y=0);
25 void SetXY(
double x=0,
double y=0) { fX=x; fY=y; }
26 void SetPhi(
double phi) { fPhi=phi; }
Ring(double x=0, double y=0)
void InterpolCenters(const std::vector< Ring > &rings)
void SetXY(double x=0, double y=0)
bool CalcCenter(Led, Led, Led)