Logo ROOT   6.10/09
Reference Guide
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:

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 ()
 

Function Documentation

◆ equals()

int equals ( Double_t  n1,
Double_t  n2,
double  ERRORLIMIT = 1.E-10 
)

Definition at line 24 of file UnitTesting.cxx.

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 426 of file UnitTesting.cxx.

◆ SelectEntry()

int SelectEntry ( TGComboBox cb,
const char *  name 
)

Definition at line 30 of file UnitTesting.cxx.

◆ UnitTesting()

int UnitTesting ( )

Definition at line 417 of file UnitTesting.cxx.