ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions | Variables
testSpecFuncGamma.cxx File Reference
#include <iostream>
#include <fstream>
#include <vector>
#include <cmath>
#include <TMath.h>
#include <Math/SpecFuncMathCore.h>
#include <TApplication.h>
#include <TCanvas.h>
#include <TH2F.h>
#include <TGraph.h>
#include <TLegend.h>
Include dependency graph for testSpecFuncGamma.cxx:

Go to the source code of this file.

Functions

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

Variables

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

Function Documentation

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

Definition at line 27 of file testSpecFuncGamma.cxx.

Referenced by testSpecFuncGamma().

int main ( int  argc,
char **  argv 
)

Definition at line 141 of file testSpecFuncGamma.cxx.

int testSpecFuncGamma ( )

Definition at line 38 of file testSpecFuncGamma.cxx.

Referenced by main().

Variable Documentation

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

Definition at line 21 of file testSpecFuncGamma.cxx.

Referenced by drawPoints(), and testSpecFuncGamma().

const double ERRORLIMIT = 1E-8

Definition at line 17 of file testSpecFuncGamma.cxx.

Referenced by testSpecFuncGamma().

const double INCREMENT = 0.01

Definition at line 20 of file testSpecFuncGamma.cxx.

Referenced by testSpecFuncGamma().

const double MAX = +2.5

Definition at line 19 of file testSpecFuncGamma.cxx.

Referenced by testSpecFuncGamma().

const double MIN = -2.5

Definition at line 18 of file testSpecFuncGamma.cxx.

Referenced by testSpecFuncGamma().

bool showGraphics = false

Definition at line 23 of file testSpecFuncGamma.cxx.