28 Femto::EKinematics fKinematics;
41 virtual void MagicInverseTransform(Int_t l);
42 double BesselJ0(
double x)
const;
43 double BesselJ1(
double x)
const;
44 double BesselJn(
int n,
double x)
const;
60 TH1D*
Inverse(TH1D* cf, Bool_t normalize = kTRUE);
61 TH1D* MagicInverse(TH1D* cf, Double_t l, Bool_t normalize = kTRUE);
62 void SetRAxis(Int_t bins, Double_t min, Double_t max);
63 void SetQMax(Double_t qmax) { fQMax = qmax; };
64 void SetQMin(Double_t qmin) { fQMin = qmin; };