Logo ROOT   6.10/09
Reference Guide
Functions | Variables
testInterpolation.cxx File Reference
#include "TGraph.h"
#include "TAxis.h"
#include "TCanvas.h"
#include "TLegend.h"
#include "TApplication.h"
#include "TList.h"
#include "Math/Interpolator.h"
#include <iostream>
#include <string>
#include <cstdlib>
#include <cmath>
Include dependency graph for testInterpolation.cxx:

Functions

void interpolate (const ROOT::Math::Interpolator &itp, bool drawSame=false)
 
int main (int argc, char **argv)
 
void testInterpolation ()
 

Variables

TGraphgrorig = 0
 
bool showGraphics = true
 

Function Documentation

◆ interpolate()

void interpolate ( const ROOT::Math::Interpolator itp,
bool  drawSame = false 
)

Definition at line 25 of file testInterpolation.cxx.

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 166 of file testInterpolation.cxx.

◆ testInterpolation()

void testInterpolation ( )

Definition at line 76 of file testInterpolation.cxx.

Variable Documentation

◆ grorig

TGraph* grorig = 0

Definition at line 23 of file testInterpolation.cxx.

◆ showGraphics

bool showGraphics = true

Definition at line 21 of file testInterpolation.cxx.