Skip to content

Pushkar-s/Root

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Root

Aim of the Project was to analyse CERN sample data presented in CSV form. A Cpp Program was deployed Using the CERN's opensource library Root,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. It also provides a good environment to learn C++. Key Learnings:

  1. Root Library through (C++)
  2. Bash scripting
  3. Scrapping Data from CSV files and Analyse it through a Program written in CPP
  4. Data Presentation using Tgraphs,histograms,Graphs etc.
  5. Problem Solving, Basic Understanding of how physics problems are solved through Data Points only.

Navigation in Repo:

  1. MainCode: contains the main cPP code running
  2. Final Project folder contains sample run of the project using less data,because orignal data contains several gbs of file size.
  3. learning(my simple documentation): conatins the resources and help material created by me for future references, Contains whole process of learning with comments added where ever required, newbies may find it helpful though root library website has far better resources.

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 Can also run build.sh file to automate the process:

$ source bin/thisroot.sh
$ root

FINAL RESULT :

Please Reload the page Image is not shown

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published