Skip to content

Files

Latest commit

996cba1 · Nov 27, 2024

History

History
This branch is 8569 commits behind root-project/root:master.

test

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 26, 2016
Sep 29, 2022
Aug 20, 2024
Oct 17, 2024
May 31, 2024
May 31, 2024
May 31, 2024
May 29, 2020
Sep 29, 2022
Aug 2, 2007
Nov 26, 2024
Feb 28, 2017
Feb 1, 2004
Jun 7, 2020
Sep 29, 2022
May 31, 2024
Jun 7, 2020
Sep 29, 2022
Jan 5, 2024
May 29, 2020
Sep 29, 2022
Aug 2, 2007
Mar 16, 2024
Oct 30, 2020
Jun 10, 2021
Aug 5, 2014
Aug 5, 2014
Jun 6, 2017
Mar 16, 2024
Feb 14, 2022
Mar 16, 2024
Nov 9, 2017
Sep 19, 2007
Jun 13, 2024
Sep 29, 2022
Aug 2, 2007
Aug 23, 2024
May 31, 2024
Aug 5, 2014
Mar 16, 2024
May 31, 2024
Oct 9, 2020
Jun 7, 2020
Mar 2, 2020
Sep 1, 2015
Dec 8, 2020
Aug 5, 2014
Jan 28, 2016
Jun 13, 2003
Aug 5, 2014
Jan 28, 2016
Jan 30, 2003
Jun 16, 2021
Sep 19, 2007
Oct 4, 2007
Oct 4, 2007
Aug 23, 2024
Jun 4, 2012
Sep 29, 2022
May 31, 2024
Jun 26, 2015
Sep 19, 2007
Sep 19, 2007
Jun 26, 2015
Jan 5, 2024
Feb 14, 2020
Sep 15, 2024
Jun 7, 2020
Jul 25, 2022
Jan 5, 2024
Jan 5, 2024
Nov 27, 2024
Jul 3, 2024
Sep 24, 2024
Nov 27, 2024
Jan 5, 2024
Mar 16, 2024
Mar 16, 2024
Jan 5, 2024
Mar 16, 2024
Mar 16, 2024
Dec 9, 2017
Jan 5, 2024
Jun 7, 2024
Jun 6, 2023
Nov 27, 2024
Jun 7, 2020
Jun 7, 2020
Oct 18, 2023
Sep 29, 2022
Sep 29, 2022
Apr 11, 2017
Oct 4, 2007
Mar 27, 2019
Aug 30, 2017
Aug 5, 2014
Aug 16, 2022
May 29, 2020
Sep 29, 2022
Sep 29, 2022
Sep 29, 2022
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.