#include "JetCalibTools/RootHelpers.h"
#include "TH1.h"
#include "TMath.h"
 
Go to the source code of this file.
 | 
| Int_t  | RootHelpers::FindBin (const TAxis *axis, const double x) | 
|   | 
| double  | RootHelpers::Interpolate (const TH1 *histo, const double x) | 
|   | 
| double  | RootHelpers::Interpolate (const TH1 *histo, const double x, const double y) | 
|   | 
| double  | RootHelpers::Interpolate2D (const TH1 *histo, const double x, const double y, const int xAxis, const int yAxis, const int otherDimBin) | 
|   | 
| double  | RootHelpers::Interpolate (const TH1 *histo, const double x, const double y, const double z) | 
|   |