• Stars
    star
    2,676
  • Rank 17,077 (Top 0.4 %)
  • Language
    C++
  • License
    Other
  • Created over 11 years ago
  • Updated 27 days ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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

More Repositories

1

cling

The cling C++ interpreter
C++
3,472
star
2

jsroot

JavaScript ROOT
JavaScript
187
star
3

training

ROOT training material and tutorials
Jupyter Notebook
127
star
4

veccore

C++ Library for Portable SIMD Vectorization
C++
79
star
5

roottest

The ROOT test suite
C++
39
star
6

NotebookPrimer

The interactive ROOT Primer based on Jupyter notebooks
Jupyter Notebook
33
star
7

root-docker

Docker recipes for ROOT
Dockerfile
31
star
8

web

root.cern
Python
29
star
9

software-carpentry

ROOT material for Software Carpentries
Jupyter Notebook
23
star
10

student-course

ROOT course for students
Jupyter Notebook
22
star
11

rootbench

Collection of benchmarks and performance monitoring applications
C++
20
star
12

jenkins-pipelines

Pipelines for building ROOT on pipeline jobs in Jenkins
Groovy
13
star
13

docker-examples

Examples for using the ROOT Docker container.
C
12
star
14

vecmath

SIMD Vectorization Math Library, built on top of veccore
CMake
9
star
15

root-evolution

JavaScript
6
star
16

rootspi

Infrastructure scripts: Jenkins, documentation, etc.
Python
5
star
17

analysis-grand-challenge

The Analysis Grand Challenge benchmarks with ROOT
Python
5
star
18

gcc-problem-matcher-improved

Creates annotations for compiler warnings and errors in GitHub Workflows
JavaScript
3
star
19

root-ci-images

Images for the ROOT continuous integration system
Dockerfile
3
star
20

opendata-benchmarks

Example repository showing benchmarks with open data
C++
3
star
21

summer-student-course

Exercises for the ROOT Summer Student course at CERN
Jupyter Notebook
2
star
22

doxyvers

Version selection for Doxygen documentation
JavaScript
1
star
23

annotation-failure-action

GitHub action that extends the usage of workflow annotations
JavaScript
1
star