hpstr
The Heavy Photon Search Toolkit for Reconstruction (hpstr) provides an interface to physics data from the HPS experiment saved in the LCIO format and converts it into an ROOT based format.
Loading...
Searching...
No Matches
LegendreFitFunction.cxx
Go to the documentation of this file.
2#include "FunctionMath.h"
3
4double LegendreFitFunction::calculateBackground(double *x, double *par) {
5 double xp = FitFunction::getCorrectedX(x[0]);
7}
double getCorrectedX(double x)
Gets a value of x corrected for window size and the mass hypothesis.
static double LegendreFunction(double x, double *p, int order)
Define a Legendre polynomial function.
double calculateBackground(double *x, double *par)
description