Skip to content
/ root Public
forked from tmvadnn/root

Deep Neural Networks Module for Particle Physics Application written in C++ and CUDA for CPU and GPU architecture.

License

Notifications You must be signed in to change notification settings

harshit98/root

This branch is 183 commits behind tmvadnn/root:master.

Folders and files

NameName
Last commit message
Last commit date
May 8, 2018
Nov 27, 2017
May 8, 2018
May 4, 2018
May 8, 2018
May 5, 2018
May 12, 2018
May 9, 2018
May 11, 2018
Jun 2, 2015
May 11, 2018
Apr 27, 2018
Aug 5, 2014
May 4, 2018
May 4, 2018
Apr 3, 2018
May 4, 2018
May 3, 2018
Apr 10, 2018
Aug 28, 2015
May 9, 2018
May 9, 2018
Oct 18, 2016
Apr 10, 2018
Mar 27, 2018
May 14, 2018
May 4, 2018
Apr 25, 2018
May 4, 2018
May 4, 2018
May 4, 2018
Mar 27, 2018
Mar 27, 2018
May 11, 2018
May 11, 2018
May 14, 2018
May 11, 2018
Sep 24, 2017
Apr 24, 2017
Feb 5, 2018
Apr 8, 2018
May 8, 2018
May 11, 2018
Aug 9, 2017
Dec 13, 2017
Dec 13, 2017
Apr 12, 2018
Feb 6, 2018

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+ Test coverage

Build Status

Branch Continuous Nightly
master Build Status Build Status
master-noimt Build Status Build Status
v5-34-00-patches Build Status Build Status
v6-10-00-patches Build Status Build Status

Cite

We are DOI

Please cite us as

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,
https://doi.org/10.5281/zenodo.848819.

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.

Download and Getting Started

See root.cern download page for the latest binary releases.

Getting started with ROOT.

Building

Clone the repo

$ git clone https://github.com/root-project/root.git

Make a directory for building

$ mkdir build
$ cd build

Run cmake and make

$ cmake ../root
$ make -j8

Setup and run ROOT

$ source bin/thisroot.sh
$ root

More information regarding building.

Help and Support

Contribution Guidelines

About

Deep Neural Networks Module for Particle Physics Application written in C++ and CUDA for CPU and GPU architecture.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 82.3%
  • C 11.6%
  • JavaScript 1.0%
  • HTML 1.0%
  • Python 0.9%
  • Roff 0.8%
  • Other 2.4%