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
analysis
include
LegendreFitFunction.h
Go to the documentation of this file.
1
#ifndef __LEGENDRE_FUNC_H__
2
#define __LEGENDRE_FUNC_H__
3
4
#include "
FitFunction.h
"
5
11
class
LegendreFitFunction
:
public
FitFunction
{
12
using
FitFunction::FitFunction
;
13
14
protected
:
22
double
calculateBackground
(
double
*x,
double
*par);
23
};
24
25
#endif
FitFunction.h
FitFunction
description
Definition
FitFunction.h:12
FitFunction::FitFunction
FitFunction(double m_mass_hypothesis, double m_window_size, double m_bin_size, ModelOrder m_model_order, SignalFitModel m_sig_model=FitFunction::SignalFitModel::NONE, bool m_exp_background=true)
Constructor.
Definition
FitFunction.h:56
LegendreFitFunction
description
Definition
LegendreFitFunction.h:11
LegendreFitFunction::calculateBackground
double calculateBackground(double *x, double *par)
description
Definition
LegendreFitFunction.cxx:4
Generated by
1.9.8