10 #ifndef ROOT_FitterUtil_H_ 11 #define ROOT_FitterUtil_H_ 22 double EvalIntegral(TF1 * func,
const std::vector<double> & x1,
const std::vector<double> & x2,
const std::vector<double> & par);
double EvalIntegral(TF1 *func, const std::vector< double > &x1, const std::vector< double > &x2, const std::vector< double > &par)
Evaluate integral of model function around the bin To use when fitting with integral option...
utility functions to be used in the fitter classes