8 #ifndef R_HOUGH_TRANSFORM_HH
9 #define R_HOUGH_TRANSFORM_HH
88 u_int nth = 0, u_int nr = 0,
double rmax = 0.,
89 double thr = 0.,
const string &
id =
"" );
130 virtual TH2 *
SetTransform ( u_int nth, u_int nr,
double rmax,
const string &
id =
"",
bool calc =
false );
132 virtual double GetWeight (
double pval )
const;
136 u_short mode =
modeCut, u_short sdiv = 1 );
140 double * thtab = NULL,
double * rtab = NULL,
double * htab = NULL,
156 TLine *
CreateLine (
double theta,
double dist )
const;
158 TLine *
CreateNormal (
double theta,
double dist )
const;