Coder Social home page Coder Social logo

5l1v3r1 / root Goto Github PK

View Code? Open in Web Editor NEW

This project forked from root-project/root

0.0 1.0 0.0 753.28 MB

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

Home Page: https://root.cern

License: Other

HTML 1.03% Makefile 0.07% C++ 81.91% C 12.28% CMake 0.68% Shell 0.15% Perl 0.06% Python 1.36% Emacs Lisp 0.04% Objective-C++ 0.33% Objective-C 0.29% CSS 0.07% JavaScript 1.28% Go 0.06% OCaml 0.15% C# 0.01% AppleScript 0.01% Fortran 0.23% XSLT 0.01% R 0.01%

root's Introduction

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 Nightly build status
master Build Status
v6-18-00-patches Build Status
v6-16-00-patches 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,
(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.

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

root's People

Contributors

agheata avatar amadio avatar ashlaban avatar axel-naumann avatar bellenot avatar couet avatar cristinacristescu avatar dpiparo avatar eguiraud avatar etejedor avatar fonsrademakers avatar gganis avatar hageboeck avatar jblomer avatar linev avatar lmoneta avatar marsupial avatar onyb avatar oshadura avatar osschar avatar pcanal avatar peremato avatar roiser avatar stwunsch avatar teemperor avatar timurp avatar vgvassilev avatar wlav avatar wverkerke avatar xvallspl avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.