Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
FitterUtil.h File Reference
#include <vector>
Include dependency graph for FitterUtil.h:

Namespaces

namespace  FitterUtil
 utility functions to be used in the fitter classes
 

Functions

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.