ROOT
6.06/09
Reference Guide
|
#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>
Go to the source code of this file.
Functions | |
TGraph * | drawPoints (Double_t x[], Double_t y[], int color, int style=1) |
int | testSpecFuncBetaI () |
int | main (int argc, char **argv) |
Variables | |
const double | ERRORLIMIT = 1E-8 |
const double | MIN = 0 |
const double | MAX = 1 |
const double | INCREMENT = 0.01 |
const int | ARRAYSIZE = (int) (( MAX - MIN ) / INCREMENT) + 1 |
bool | showGraphics = false |
bool | verbose = false |
Definition at line 28 of file testSpecFuncBetaI.cxx.
Referenced by testSpecFuncBetaI().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 103 of file testSpecFuncBetaI.cxx.
int testSpecFuncBetaI | ( | ) |
Definition at line 39 of file testSpecFuncBetaI.cxx.
Referenced by main().
Definition at line 21 of file testSpecFuncBetaI.cxx.
Referenced by drawPoints(), and testSpecFuncBetaI().
const double ERRORLIMIT = 1E-8 |
Definition at line 17 of file testSpecFuncBetaI.cxx.
Referenced by testSpecFuncBetaI().
const double INCREMENT = 0.01 |
Definition at line 20 of file testSpecFuncBetaI.cxx.
Referenced by testSpecFuncBetaI().
const double MAX = 1 |
Definition at line 19 of file testSpecFuncBetaI.cxx.
Referenced by testSpecFuncBetaI().
const double MIN = 0 |
Definition at line 18 of file testSpecFuncBetaI.cxx.
Referenced by testSpecFuncBetaI().
bool showGraphics = false |
Definition at line 23 of file testSpecFuncBetaI.cxx.
bool verbose = false |
Definition at line 24 of file testSpecFuncBetaI.cxx.