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.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ChebyshevFitFunction.h
Go to the documentation of this file.
1#ifndef __CHEBYSHEV_FUNC_H__
2#define __CHEBYSHEV_FUNC_H__
3
4#include "FitFunction.h"
5
12
13 protected:
21 double calculateBackground(double *x, double *par);
22};
23
24#endif
double calculateBackground(double *x, double *par)
calculate background
description
Definition FitFunction.h:12
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