![]() |
ROOT
6.06/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"
Include dependency graph for UnitTesting.cxx:Go to the source code of this file.
Functions | |
| int | equals (Double_t n1, Double_t n2, double ERRORLIMIT=1.E-10) |
| int | SelectEntry (TGComboBox *cb, const char *name) |
| int | UnitTesting () |
| int | main (int argc, char **argv) |
Definition at line 24 of file UnitTesting.cxx.
Referenced by checkPermute(), main(), TMVA::SimulatedAnnealing::Minimize(), operator==(), testPermute(), and testSort().
| 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.
Referenced by main().