Skip to content
/ root Public
forked from root-project/root

The official repository for ROOT: analyzing, storing and visualizing big data, scientifically

License

Notifications You must be signed in to change notification settings

zuysal/root

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

Folders and files

NameName
Last commit message
Last commit date
Jun 14, 2023
Jul 12, 2023
May 3, 2023
Jul 15, 2023
Jul 19, 2023
Jul 17, 2023
May 5, 2023
Jul 4, 2023
Jul 17, 2023
Jul 17, 2023
Jun 2, 2015
Jul 7, 2023
Jun 22, 2023
Aug 5, 2014
Jul 3, 2023
Jul 12, 2023
Jul 11, 2023
Jul 20, 2023
Jul 12, 2023
Jul 6, 2023
Aug 28, 2015
Jul 18, 2023
Jul 18, 2023
Jul 20, 2023
Nov 17, 2022
Jun 22, 2023
Jun 15, 2021
Jul 17, 2023
Jun 15, 2021
Jul 6, 2023
Jun 30, 2023
Jul 5, 2023
Jul 18, 2023
Jun 30, 2023
Sep 15, 2022
Jul 11, 2023
Jul 19, 2023
Jul 18, 2023
Jul 19, 2023
Jul 18, 2023
Feb 6, 2023
Apr 24, 2017
Jun 25, 2023
May 30, 2023
Mar 26, 2019
Oct 29, 2021
Jul 8, 2023
Jul 14, 2021
Dec 13, 2017
Dec 13, 2017
Jul 14, 2021
Jul 17, 2023
May 19, 2023
Jun 25, 2023

Repository files navigation

About

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.

License: LGPL v2.1+ CII Best Practices

Cite

When citing ROOT, please use both the reference reported below and the DOI specific to your ROOT version available on Zenodo DOI. For example, you can copy-paste and fill in the following citation:

Rene Brun and Fons Rademakers, ROOT - An Object Oriented Data Analysis Framework,
Proceedings AIHENP'96 Workshop, Lausanne, Sep. 1996,
Nucl. Inst. & Meth. in Phys. Res. A 389 (1997) 81-86.
See also "ROOT" [software], Release vX.YY/ZZ, dd/mm/yyyy,
(Select the right link for your release here: https://zenodo.org/search?page=1&size=20&q=conceptrecid:848818&all_versions&sort=-version).

Live Demo for CERN Users

Screenshots

These screenshots shows some of the plots (produced using ROOT) presented when the Higgs boson discovery was announced at CERN:

CMS Data MC Ratio Plot

Atlas P0 Trends

See more screenshots on our gallery.

Installation and Getting Started

See https://root.cern/install for installation instructions. For instructions on how to build ROOT from these source files, see https://root.cern/install/build_from_source.

Our "Getting started with ROOT" page is then the perfect place to get familiar with ROOT.

Help and Support

Contribution Guidelines

About

The official repository for ROOT: analyzing, storing and visualizing big data, scientifically

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 80.0%
  • C 12.4%
  • JavaScript 3.2%
  • Python 1.5%
  • HTML 0.8%
  • CMake 0.7%
  • Other 1.4%