Skip to content
Snippets Groups Projects
user avatar
Philippe Canal authored
b342753f
History
Name Last commit Last update
..
Prompt
ProofBench
RootIDE
RootShower
fit
histviewer
periodic
rhtml
Aclock.cxx
Aclock.h
Aclock.rootmap
CMakeLists.txt
CTestCustom.cmake
DrawTest.sh
Event.cxx
Event.h
EventLinkDef.h
EventMT.cxx
EventMT.h
GetWebHistogram.C
Hello.cxx
Hello.h
Hello.rootmap
HistFactoryTest.tar
MainEvent.cxx
Makefile
Makefile.win32
QpRandomDriver.cxx
README
TBench.cxx
TBench.h
TFormulaParsingTests.h
TFormulaTests.cxx
TFormulaVecTests.h
TestVectors.cxx
Tetris.cxx
Tetris.h
Tetris.rootmap
TrackMathCore.h
TrackMathCoreLinkDef.h
TrackMathCoreRflx.xml
bench.cxx
benchLinkDef.h
ctorture.cxx
delaunayTriangulation.cxx
delaunayTriangulation_bug.h
dt_DrawTest.C
dt_MakeFiles.sh
dt_MakeRef.C
dt_Makefile
dt_RunDrawTest.C
dt_RunDrawTest.sh
dt_build.C
dt_wrap.C
eventa.cxx
eventb.cxx
eventload.cxx
guitest.cxx
guiviewer.cxx
guiviewer.h
guiviewerLinkDef.h
hsimple.cxx
hworld.cxx
hworld2.cxx
minexam.cxx
rootDownloadData.cmake
sqlitetest.cxx
stress.cxx
stressEntryList.cxx
stressFit.cxx
stressGUI.cxx
stressGeometry.cxx
stressGraphics.cxx
stressGraphics.ref
stressGraphics_builtinzlib.ref
stressHepix.cxx
stressHistFactory.cxx
stressHistFactory_models.cxx
stressHistFactory_ref.root
stressHistFactory_tests.cxx
stressHistoFit.cxx
stressHistogram.cxx
stressIOPlugins.cxx
stressInterpreter.cxx
stressIterators.cxx
stressIterators.h
stressLinear.cxx
stressMathCore.cxx
stressMathMore.cxx
stressProof.cxx
stressRooFit.cxx
stressRooFit_ref.root
stressRooFit_tests.cxx
stressRooStats.cxx
stressRooStats_models.cxx
stressRooStats_ref.root
stressRooStats_tests.cxx
stressShapes.cxx
stressSpectrum.cxx
stressTMVA.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.