ROOT 6.10/09 Reference Guide |
#include "TFitEditor.h"
#include "TApplication.h"
#include "TROOT.h"
#include "TBenchmark.h"
#include "TCanvas.h"
#include "TH1.h"
#include "TPluginManager.h"
#include "TError.h"
#include "TGComboBox.h"
#include <iostream>
#include <exception>
#include <stdexcept>
#include <cmath>
#include "CommonDefs.h"
Functions | |
int | equals (Double_t n1, Double_t n2, double ERRORLIMIT=1.E-10) |
int | main (int argc, char **argv) |
int | SelectEntry (TGComboBox *cb, const char *name) |
int | UnitTesting () |
Definition at line 24 of file UnitTesting.cxx.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 426 of file UnitTesting.cxx.
int SelectEntry | ( | TGComboBox * | cb, |
const char * | name | ||
) |
Definition at line 30 of file UnitTesting.cxx.
int UnitTesting | ( | ) |
Definition at line 417 of file UnitTesting.cxx.