ROOT  6.06/09
Reference Guide
Namespaces | Macros | Functions
FitUtil.cxx File Reference
#include "Fit/FitUtil.h"
#include "Fit/BinData.h"
#include "Fit/UnBinData.h"
#include "Math/IParamFunction.h"
#include "Math/Integrator.h"
#include "Math/IntegratorMultiDim.h"
#include "Math/WrappedFunction.h"
#include "Math/OneDimFunctionAdapter.h"
#include "Math/RichardsonDerivator.h"
#include "Math/Error.h"
#include "Math/Util.h"
#include <limits>
#include <cmath>
#include <cassert>
#include <algorithm>
+ Include dependency graph for FitUtil.cxx:

Go to the source code of this file.

Namespaces

 ROOT
 Namespace for new ROOT classes and functions.
 
 ROOT::Fit
 Namespace for the fitting classes.
 
 ROOT::Fit::FitUtil
 namespace defining utility free functions using in Fit for evaluating the various fit method functions (chi2, likelihood, etc..) given the data and the model function
 

Macros

#define USE_PARAMCACHE
 

Functions

double ROOT::Fit::FitUtil::CorrectValue (double rval)
 
bool ROOT::Fit::FitUtil::CheckValue (double &rval)
 
template<class GFunc >
void ROOT::Fit::FitUtil::CalculateGradientIntegral (const GFunc &gfunc, const double *x1, const double *x2, const double *p, double *g)
 

Macro Definition Documentation

#define USE_PARAMCACHE

Definition at line 42 of file FitUtil.cxx.