Loading [MathJax]/extensions/tex2jax.js
Logo ROOT   6.10/09
Reference Guide
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Functions
FitterUtil Namespace Reference

utility functions to be used in the fitter classes More...

Functions

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. More...
 

Detailed Description

utility functions to be used in the fitter classes

Function Documentation

◆ EvalIntegral()

double FitterUtil::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.