Opentopia Directory Encyclopedia Tools

Root

Encyclopedia : R : RO : ROO : Root


For other uses of "root", see root (disambiguation).

ROOT is an object oriented large scale data analysis and data mining package developed at CERN to replace earlier packages (which include PAW and CERNLIB). It is being developed for the analysis of particle physics data, and contains several features specific to that task, but can be equally well used for data analysis in other fields.

Description

It was initiated by René Brun and Fons Rademakers in 1994. ROOT is written in C++, and published under the LGPL. It provides platform independent access to a computer's graphics subsystem and Operating System using abstract layers. Parts of the abstract platform are: a graphical user interface, container classes, reflection, a C++ script and command line interpreter (CINT), object serialization and persistence.
Example ROOT plot showing regions of interest in a 2D distribution
Enlarge
Example ROOT plot showing regions of interest in a 2D distribution

The packages provided by ROOT include those for

A key feature of ROOT is a data container called tree, with its substructures branches and leaves. A tree can be seen as a sliding window to the raw data, as stored in a file. Data from the next entry in the file can be retrieved by advancing the index in the tree. This avoids memory allocation issues associated with object creation, and allows the tree to act as a lightweight container while handling buffering invisibly.

ROOT's focus on performance is caused by the amount of data that the Large Hadron Collider's experiments will collect, estimated to several petabytes per year. Physicists are expected to analyze this data using ROOT. ROOT is currently mainly used in data analysis and data acquisition in high energy physics experiments — most current experimental plots and results are obtained using ROOT.

Criticisms

ROOT has been criticised by some, claiming it has a monolithic design, a tendency to re-invent existing technologies, a too strong reliance on the CINT interpreter, and poor use of object-oriented programming methods, including OO antipatterns. In attempting to provide all the functionality required by any data analysis task through a single interface, ROOT has attracted "no silver bullet" criticisms. Many of ROOT's fundamental design elements, such as global state, STL-incompatibility and aggressive single-owner based memory management, can make integration of ROOT functionality with stand-alone code difficult.

However, ROOT undoubtedly has a large user community which on the whole has little issue with these defects, or at least considers their solution secondary to more immediate problems of data analysis. From time to time, issues of ROOT's design and implementation are discussed on the ROOT users mailing list [link] [link].

Application of ROOT

Several particle physics experiments have written software based on ROOT, often in favor of using more generic solutions (i.e. using ROOT containers instead of STL).

See also

External links

 


From Wikipedia, the Free Encyclopedia. Original article here. Support Wikipedia by contributing or donating.
All text is available under the terms of the GNU Free Documentation License See Wikipedia Copyrights for details.

Search Titles
0123456789
ABCDEFGHIJ
KLMNOPQRST
UVWXYZ?

E-mail this article to:

Personal Message: