1 #ifndef PNDTRKLEGENDRETRANSFORM_H
2 #define PNDTRKLEGENDRETRANSFORM_H
15 void SetUpLegendreHisto(
double thetaNofBin,
double thetaMin,
double thetaMax,
double rNofBin,
double rMin,
double rMax);
22 void FillHisto(TH2F *histo,
double thetamin,
double thetamax,
double x,
double y,
double radius);
31 void ExtractLegendreMaxima(
int nmaxima, std::vector< double > &theta_max, std::vector< double > &r_max, std::vector< int > &content_max);
34 void ExtractMaximaFromHisto(
int nmaxima, TH2F *histo, std::vector< double > &theta_max, std::vector< double > &r_max, std::vector< int > &content_max);