Skip to content
Snippets Groups Projects
Name Last commit Last update
test/ProofBench
test/RootIDE
test/RootShower
test/histviewer
test/ios
test/periodic
test/rhtml
test/Aclock.cxx
test/Aclock.h
test/Aclock.rootmap
test/CMakeLists.txt
test/DrawTest.sh
test/Event.cxx
test/Event.h
test/EventLinkDef.h
test/EventMT.cxx
test/EventMT.h
test/GetWebHistogram.C
test/Hello.cxx
test/Hello.h
test/Hello.rootmap
test/MainEvent.cxx
test/Makefile
test/Makefile.win32
test/QpRandomDriver.cxx
test/README
test/TBench.cxx
test/TBench.h
test/TestVectors.cxx
test/Tetris.cxx
test/Tetris.h
test/Tetris.rootmap
test/TrackMathCore.h
test/TrackMathCoreLinkDef.h
test/TrackMathCoreRflx.xml
test/bench.cxx
test/benchLinkDef.h
test/ctorture.cxx
test/dt_DrawTest.C
test/dt_MakeFiles.sh
test/dt_MakeRef.C
test/dt_Makefile
test/dt_RunDrawTest.C
test/dt_RunDrawTest.sh
test/dt_build.C
test/dt_wrap.C
test/eventa.cxx
test/eventb.cxx
test/eventload.cxx
test/guitest.cxx
test/guiviewer.cxx
test/guiviewer.h
test/guiviewerLinkDef.h
test/hsimple.cxx
test/hworld.cxx
test/hworld2.cxx
test/minexam.cxx
test/rootDownloadData.cmake
test/stress.cxx
test/stressEntryList.cxx
test/stressFit.cxx
test/stressGUI.cxx
test/stressGeometry.cxx
test/stressGraphics.cxx
test/stressGraphics.ref
test/stressHepix.cxx
test/stressHistoFit.cxx
test/stressHistogram.cxx
test/stressInterpreter.cxx
test/stressIterators.cxx
test/stressIterators.h
test/stressLinear.cxx
test/stressMathCore.cxx
test/stressMathMore.cxx
test/stressProof.cxx
test/stressRooFit.cxx
test/stressRooFit_tests.cxx
test/stressRooStats.cxx
test/stressRooStats_models.cxx
test/stressRooStats_ref.root
test/stressRooStats_tests.cxx
test/stressShapes.cxx
test/stressSpectrum.cxx
test/stressTMVA.cxx
test/stressVector.cxx
test/tcollbm.cxx
test/tcollex.cxx
test/test2html.cxx
test/testbits.cxx
test/threads.cxx
test/tstring.cxx
test/vlazy.cxx
test/vmatrix.cxx
test/vvector.cxx
This directory contains some ROOT test programs.

Makefile           - Makefile to build all test programs. Before executing make,
                     select in the Makefile the platform dependent definitions.

hsimple.cxx        - Simple test program that creates and saves some histograms.

MainEvent.cxx      - Simple test program that creates a ROOT Tree object and
                     fills it with some simple structures but also with complete
                     histograms. This program uses the files Event.cxx,
                     EventCint.cxx and Event.h. An example of a procedure to
                     link this program is in bind_Event. Note that the Makefile
                     invokes the rootcint utility to generate the CINT interface
                     EventCint.cxx.

Event.cxx          - Implementation for classes Event and Track.
   
minexam.cxx        - Simple test program to test data fitting.

ctorture.cxx       - test program for the class TComplex

tcollex.cxx        - Example usage of the ROOT collection classes.

tcollbm.cxx        - Benchmarks of ROOT collection classes.

tstring.cxx        - Example usage of the ROOT string class.

vmatrix.cxx        - Verification program for the TMatrix class.

vvector.cxx        - Verification program for the TVector class.

stressLinear.cxx   - stress testing of the matrix/vector and linear algebra classes

QpRandomDriver.cxx - Verfication program for Quadratic programming classes in Quadp library

vlazy.cxx          - Verification program for lazy matrices.

hsimple.cxx        - Small program showing batch usage of histograms.

hworld.cxx         - Small program showing basic graphics.

guitest.cxx        - Example usage of the ROOT GUI classes.

guiviewer.cxx      - Another ROOT GUI example program.

Hello.cxx          - Dancing text example.

Aclock.cxx         - Analog clock (a la X11 xclock)

Tetris.cxx         - The famous tetris game (using ROOT basic graphics).

stress.cxx         - Important ROOT stress testing program.

bench.cxx          - STL and ROOT container test and benchmarking program.

DrawTest.sh        - Entry script to extensive TTree query test suite.

dt_*               - Scripts used by DrawTest.sh.


REMARKS
=======

Before running ROOT or any ROOT-based utility such as rootcint you
have to set the ROOTSYS environment variable. See root/README/README
on how to set this variable.