"SfR Fresh" - the SfR Freeware/Shareware Archive 
As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
1 This directory contains some ROOT test programs.
2
3 Makefile - Makefile to build all test programs. Before executing make,
4 select in the Makefile the platform dependent definitions.
5
6 hsimple.cxx - Simple test program that creates and saves some histograms.
7
8 MainEvent.cxx - Simple test program that creates a ROOT Tree object and
9 fills it with some simple structures but also with complete
10 histograms. This program uses the files Event.cxx,
11 EventCint.cxx and Event.h. An example of a procedure to
12 link this program is in bind_Event. Note that the Makefile
13 invokes the rootcint utility to generate the CINT interface
14 EventCint.cxx.
15
16 Event.cxx - Implementation for classes Event and Track.
17
18 minexam.cxx - Simple test program to test data fitting.
19
20 ctorture.cxx - test program for the class TComplex
21
22 tcollex.cxx - Example usage of the ROOT collection classes.
23
24 tcollbm.cxx - Benchmarks of ROOT collection classes.
25
26 tstring.cxx - Example usage of the ROOT string class.
27
28 vmatrix.cxx - Verification program for the TMatrix class.
29
30 vvector.cxx - Verification program for the TVector class.
31
32 stressLinear.cxx - stress testing of the matrix/vector and linear algebra classes
33
34 QpRandomDriver.cxx - Verfication program for Quadratic programming classes in Quadp library
35
36 vlazy.cxx - Verification program for lazy matrices.
37
38 hsimple.cxx - Small program showing batch usage of histograms.
39
40 hworld.cxx - Small program showing basic graphics.
41
42 guitest.cxx - Example usage of the ROOT GUI classes.
43
44 guiviewer.cxx - Another ROOT GUI example program.
45
46 Hello.cxx - Dancing text example.
47
48 Aclock.cxx - Analog clock (a la X11 xclock)
49
50 Tetris.cxx - The famous tetris game (using ROOT basic graphics).
51
52 stress.cxx - Important ROOT stress testing program.
53
54 bench.cxx - STL and ROOT container test and benchmarking program.
55
56 DrawTest.sh - Entry script to extensive TTree query test suite.
57
58 dt_* - Scripts used by DrawTest.sh.
59
60
61 REMARKS
62 =======
63
64 Before running ROOT or any ROOT-based utility such as rootcint you
65 have to set the ROOTSYS environment variable. See root/README/README
66 on how to set this variable.