1 #ifndef __BCMODELHISTOGRAMFITTER__H
2 #define __BCMODELHISTOGRAMFITTER__H
141 virtual double LogLikelihood(
const std::vector<double> & parameters);
158 double FitFunction(
const std::vector<double> & x,
const std::vector<double> & parameters);
170 int Fit(TH1D * hist, TF1 * func);
174 void DrawFit(
const char * options =
"HIST",
bool flaglegend =
false);
218 double CDF(
const std::vector<double>& parameters,
int index,
bool lower=
false);