"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 You can execute the scripts in $ROOTSYS/tutorials (or sub-directories)
2 by setting your current directory in the script directory or from any
3 user directory with write access.
4 Several tutorials create new files. If you have write access to
5 the tutorials directory, the new files will be created in the tutorials
6 directory, otherwise they will be created in the user directory.
7
8 You can start by executing the standard ROOT demos with a session like
9 root > .x demos.C
10 or
11 root > .x $ROOTSYS/tutorials/demos.C
12
13 You can execute the standard ROOT graphics benchmark with
14 root > .x benchmarks.C
15 or
16 root > .x $ROOTSYS/tutorials/benchmarks.C
17
18 The $ROOTSYS/tutorials directory include several sub-directories
19
20 -fft: Fast Fourier Transform with the fftw package
21 -fit: Several examples illustrating minimization/fitting
22 -foam: Random generator in multi-dimensional space
23 -geom: Examples of use of the geometry package (TGeo classes)
24 -gl: Visualisation with OpenGL
25 -graphics: Basic graphics
26 -graphs: Use of TGraph, TGraphErrors, etc
27 -gui: Scripts to create Graphics User Interface
28 -hist: Histograming
29 -image: Image Processing
30 -io: Input/Output
31 -math: Maths and Statistics functions
32 -matrix: Matrices (TMatrix) examples
33 -mlp: Neural networks with TMultiLayerPerceptron
34 -net: Network classes (client/server examples)
35 -physics: LorentzVectors, phase space
36 -pyroot: python tutorials
37 -pythia: Example with pythia6
38 -quadp: Quadratic Programming
39 -ruby: ruby tutorials
40 -smatrix: Matrices with a templated package
41 -spectrum: Peak finder, background, deconvolutions
42 -splot: Example of the TSplot class (signal/background estimator)
43 -sql: Interfaces to SQL (mysql, oracle, etc)
44 -thread: Using Threads
45 -tmva: Examples of the MultiVariate Analysis classes
46 -tree: Creating Trees, Playing with Trees
47 -unuran: Interface with the unuram random generator library
48 -xml: Writing/Reading xml files