ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
UnitTesting.cxx File Reference
#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)
 

Function Documentation

int equals ( Double_t  n1,
Double_t  n2,
double  ERRORLIMIT = 1.E-10 
)
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().