#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"
Go to the source code of this file.
Classes | |
class | FitEditorUnitTesting |
class | FitEditorUnitTesting::InvalidPointer |
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.
References ERRORLIMIT, and ROOT::Math::fabs().
Referenced by checkPermute(), FitEditorUnitTesting::CompareFuncPars(), ProjectionTester::compareHistograms(), compareStatistics(), equals(), findBin(), G__G__RooFitCore1_136_0_32(), main(), TMVA::SimulatedAnnealing::Minimize(), operator==(), test2DRebin(), test2DRebinProfile(), testAdd1(), testAdd2(), testAdd2D1(), testAdd2D2(), testAdd2D3(), testAdd2DProfile1(), testAdd2DProfile2(), testAdd3(), testAdd3D1(), testAdd3D2(), testAdd3D3(), testAdd3DProfile1(), testAdd3DProfile2(), testAddProfile1(), testAddProfile2(), testAddSparse(), testAddVar1(), testAddVar2(), testAddVarProf1(), testAddVarProf2(), testArrayRebin(), testArrayRebinProfile(), testAssign1D(), testAssign2D(), testAssign3D(), testAssignProfile1D(), testAssignProfile2D(), testAssignProfile3D(), testAssignProfileVar1D(), testAssignVar1D(), testClone1D(), testClone2D(), testClone3D(), testCloneProfile1D(), testCloneProfile2D(), testCloneProfile3D(), testCloneProfileVar1D(), testCloneSparse(), testCloneVar1D(), testConversion1D(), testConversion2D(), testConversion3D(), testCopyConstructor1D(), testCopyConstructor2D(), testCopyConstructor3D(), testCopyConstructorProfile1D(), testCopyConstructorProfile2D(), testCopyConstructorProfile3D(), testCopyConstructorProfileVar1D(), testCopyConstructorVar1D(), testDivide1(), testDivide2(), testDivide2D1(), testDivide2D2(), testDivide3D1(), testDivide3D2(), testDivideVar1(), testDivideVar2(), testDivSparse1(), testDivSparse2(), testIntegerRebin(), testIntegerRebinNoName(), testIntegerRebinNoNameProfile(), testIntegerRebinProfile(), testLabel(), testLabelsInflateProf1D(), testMerge1D(), testMerge1DDiff(), testMerge1DLabelAll(), testMerge1DLabelAllDiff(), testMerge1DLabelDiff(), testMerge1DLabelSame(), testMerge2D(), testMerge2DDiff(), testMerge2DLabelAll(), testMerge2DLabelAllDiff(), testMerge2DLabelDiff(), testMerge2DLabelSame(), testMerge3D(), testMerge3DDiff(), testMerge3DLabelAll(), testMerge3DLabelAllDiff(), testMerge3DLabelDiff(), testMerge3DLabelSame(), testMergeProf1D(), testMergeProf1DDiff(), testMergeProf1DLabelAll(), testMergeProf1DLabelAllDiff(), testMergeProf1DLabelDiff(), testMergeProf1DLabelSame(), testMergeProf2D(), testMergeProf2DDiff(), testMergeProf2DLabelAll(), testMergeProf2DLabelAllDiff(), testMergeProf2DLabelDiff(), testMergeProf2DLabelSame(), testMergeProf3D(), testMergeProf3DDiff(), testMergeProf3DLabelAll(), testMergeProf3DLabelAllDiff(), testMergeProf3DLabelDiff(), testMergeProf3DLabelSame(), testMergeProfVar1D(), testMergeSparse(), testMergeVar1D(), testMul1(), testMul2(), testMul2D1(), testMul2D2(), testMul3D1(), testMul3D2(), testMulF1D(), testMulF1D2(), testMulF2D(), testMulF2D2(), testMulF3D(), testMulF3D2(), testMulFND(), testMulFND2(), testMulSparse(), testMulVar1(), testMulVar2(), testPermute(), testRefRead1D(), testRefRead2D(), testRefRead3D(), testRefReadProf1D(), testRefReadProf2D(), testRefReadProf3D(), testRefReadSparse(), testScale1DProf(), testScale2DProf(), testScale3DProf(), testSort(), testSparseRebin1(), testTH2toTH1(), testTH3toTH1(), testTH3toTH2(), testWriteRead1D(), testWriteRead2D(), testWriteRead3D(), testWriteReadProfile1D(), testWriteReadProfile2D(), testWriteReadProfile3D(), testWriteReadProfileVar1D(), testWriteReadSparse(), and testWriteReadVar1D().
int main | ( | int | argc, | |
char ** | argv | |||
) |
int SelectEntry | ( | TGComboBox * | cb, | |
const char * | name | |||
) |
Definition at line 30 of file UnitTesting.cxx.
References TGLBEntry::EntryId(), TGComboBox::FindEntry(), and TGComboBox::Select().
Referenced by FitEditorUnitTesting::TestGraph(), FitEditorUnitTesting::TestGraph2D(), FitEditorUnitTesting::TestGraph2DError(), FitEditorUnitTesting::TestGraphError(), FitEditorUnitTesting::TestTree1D(), FitEditorUnitTesting::TestTree2D(), and FitEditorUnitTesting::TestTreeND().
int UnitTesting | ( | ) |
Definition at line 417 of file UnitTesting.cxx.
References FitEditorUnitTesting::UnitTesting().
Referenced by main().