1 #ifndef PNDTRKLEGENDRETRANSFORM_H 2 #define PNDTRKLEGENDRETRANSFORM_H 14 void SetUpLegendreHisto(
double thetaNofBin,
double thetaMin,
double thetaMax,
double rNofBin,
double rMin,
double rMax);
15 void SetUpZoomHisto(
double theta,
double r,
double deltatheta,
double deltar);
21 void FillHisto(TH2F *histo,
double thetamin,
double thetamax,
double x,
double y,
double radius);
30 void ExtractLegendreMaxima(
int nmaxima, std::vector<double> &theta_max, std::vector<double> &r_max, std::vector<int> &content_max);
33 void ExtractMaximaFromHisto(
int nmaxima, TH2F *histo, std::vector<double> &theta_max, std::vector<double> &r_max, std::vector<int> &content_max);
47 Double_t fThetaNofBin, fThetaMin, fThetaMax, fRNofBin, fRMin, fRMax;
48 Double_t fThetaMinZoom, fThetaMaxZoom, fRMinZoom, fRMaxZoom;
49 TH2F *fhLegendre, *fhLegendreZoom;