FACT++  1.0
Ring::Ring ( double  x = 0,
double  y = 0 
)

Definition at line 11 of file Ring.cc.

Referenced by sqr().

11  :
12  fX(x), fY(y), fR(0), fPhi(0)
13 {
14 }
double fR
Definition: Ring.h:15
double fPhi
Definition: Ring.h:16
double fX
Definition: Ring.h:13
double fY
Definition: Ring.h:14

+ Here is the caller graph for this function: