Logo ROOT   6.08/07
Reference Guide
Functions | Variables
testSpecFuncErf.cxx File Reference
#include <iostream>
#include <fstream>
#include <vector>
#include <cmath>
#include <TMath.h>
#include <Math/SpecFunc.h>
#include <TApplication.h>
#include <TCanvas.h>
#include <TH2F.h>
#include <TGraph.h>
#include <TLegend.h>
Include dependency graph for testSpecFuncErf.cxx:

Functions

TGraphdrawPoints (Double_t x[], Double_t y[], int color, int style=1)
 
int main (int argc, char **argv)
 
int testSpecFuncErf ()
 

Variables

const int ARRAYSIZE = (int) (( MAX - MIN ) / INCREMENT) + 1
 
const double ERRORLIMIT = 1E-8
 
const double INCREMENT = 0.01
 
const double MAX = +2.5
 
const double MIN = -2.5
 
bool showGraphics = false
 
bool verbose = false
 

Function Documentation

◆ drawPoints()

TGraph* drawPoints ( Double_t  x[],
Double_t  y[],
int  color,
int  style = 1 
)

Definition at line 30 of file testSpecFuncErf.cxx.

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 152 of file testSpecFuncErf.cxx.

◆ testSpecFuncErf()

int testSpecFuncErf ( )

Definition at line 41 of file testSpecFuncErf.cxx.

Variable Documentation

◆ ARRAYSIZE

const int ARRAYSIZE = (int) (( MAX - MIN ) / INCREMENT) + 1

Definition at line 23 of file testSpecFuncErf.cxx.

◆ ERRORLIMIT

const double ERRORLIMIT = 1E-8

Definition at line 19 of file testSpecFuncErf.cxx.

◆ INCREMENT

const double INCREMENT = 0.01

Definition at line 22 of file testSpecFuncErf.cxx.

◆ MAX

const double MAX = +2.5

Definition at line 21 of file testSpecFuncErf.cxx.

◆ MIN

const double MIN = -2.5

Definition at line 20 of file testSpecFuncErf.cxx.

◆ showGraphics

bool showGraphics = false

Definition at line 25 of file testSpecFuncErf.cxx.

◆ verbose

bool verbose = false

Definition at line 26 of file testSpecFuncErf.cxx.