Chemistry Reference and  Research
           
 
Periodic Table
- standard table
- large table
 
Chemical Elements
- by name
- by symbol
- by atomic number
 
Chemical Properties
 
Chemical Reactions
 
Organic Chemistry
 
Branches of Chemistry
Analytical chemistry
Biochemistry
Computational Chemistry
Electrochemistry
Environmental chemistry
Geochemistry
Inorganic chemistry
Materials science
Medicinal chemistry
Nuclear chemistry
Organic chemistry
Pharmacology
Physical chemistry
Polymer chemistry
Supramolecular Chemistry
Thermochemistry

ROOT

ROOT is an object oriented histogramming package developed by CERN to replace earlier packages. ROOT is written in C++, on an ad hoc platform that provides a graphical user interface, container classes, reflection, and a command line interpreter (CINT). In addition to histogramming, ROOT provides other data analysis functions such as curve fitting by regression analysis.

A key feature of ROOT is its data abstraction model, but it is one that can be confusing to new users. A tree, and its substructures (branches and leaves), 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 is used extensively in data acquisition and analysis in high energy physics experiments.

External link


01-04-2007 01:16:19
The contents of this article are licensed from Wikipedia.org under the GNU Free Documentation License. How to see transparent copy