13 #ifndef PNDTRKLEGENDRETRANSFORM_H 14 #define PNDTRKLEGENDRETRANSFORM_H 26 void SetUpLegendreHisto(
double thetaNofBin,
double thetaMin,
double thetaMax,
double rNofBin,
double rMin,
double rMax);
27 void SetUpZoomHisto(
double theta,
double r,
double deltatheta,
double deltar);
33 void FillHisto(TH2F *histo,
double thetamin,
double thetamax,
double x,
double y,
double radius);
42 void ExtractLegendreMaxima(
int nmaxima, std::vector<double> &theta_max, std::vector<double> &r_max, std::vector<int> &content_max);
45 void ExtractMaximaFromHisto(
int nmaxima, TH2F *histo, std::vector<double> &theta_max, std::vector<double> &r_max, std::vector<int> &content_max);
59 Double_t fThetaNofBin, fThetaMin, fThetaMax, fRNofBin, fRMin, fRMax;
60 Double_t fThetaMinZoom, fThetaMaxZoom, fRMinZoom, fRMaxZoom;
61 TH2F *fhLegendre, *fhLegendreZoom;