Skip to content

devkale/root

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

Folders and files

NameName
Last commit message
Last commit date
Jan 7, 2015
Feb 18, 2015
Feb 13, 2015
Feb 25, 2015
Feb 18, 2015
Mar 2, 2015
Sep 25, 2014
Feb 18, 2015
Feb 27, 2015
Aug 5, 2014
Feb 18, 2015
Feb 26, 2015
Feb 25, 2015
Feb 20, 2015
Feb 26, 2015
Sep 25, 2014
Mar 12, 2014
Feb 27, 2015
Feb 27, 2015
Aug 5, 2014
Dec 8, 2014
Aug 5, 2014
Feb 24, 2015
Jan 8, 2015
Feb 23, 2015
Feb 27, 2015
Feb 28, 2015
Feb 17, 2015
Dec 1, 2014
Jan 29, 2015
Feb 28, 2015
Feb 13, 2015
Feb 25, 2015
Feb 26, 2015
Sep 27, 2013
Jan 12, 2015
Feb 18, 2015
Aug 5, 2014
Jan 21, 2015
Jun 27, 2013
Feb 23, 2015

Repository files navigation

The ROOT System

The ROOT system provides a set of OO frameworks with all the functionality needed to handle and analyze large amounts of data in a very efficient way. Having the data defined as a set of objects, specialized storage methods are used to get direct access to the separate attributes of the selected objects, without having to touch the bulk of the data. Included are histograming methods in an arbitrary number of dimensions, curve fitting, function evaluation, minimization, graphics and visualization classes to allow the easy setup of an analysis system that can query and process the data interactively or in batch mode, as well as a general parallel processing framework, PROOF, that can considerably speed up an analysis.

Thanks to the built-in C++ interpreter cling, the command, the scripting and the programming language are all C++. The interpreter allows for fast prototyping of the macros since it removes the, time consuming, compile/link cycle. It also provides a good environment to learn C++. If more performance is needed the interactively developed macros can be compiled using a C++ compiler via a machine independent transparent compiler interface called ACliC.

The system has been designed in such a way that it can query its databases in parallel on clusters of workstations or many-core machines. ROOT is an open system that can be dynamically extended by linking external libraries. This makes ROOT a premier platform on which to build data acquisition, simulation and data analysis systems.

ROOT is available under the LGPL license.

About

Mirror of official ROOT git repository

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 83.1%
  • C 11.4%
  • HTML 1.2%
  • Objective-C 0.9%
  • Makefile 0.7%
  • Python 0.7%
  • Other 2.0%