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:
- Root Library through (C++)
- Bash scripting
- Scrapping Data from CSV files and Analyse it through a Program written in CPP
- Data Presentation using Tgraphs,histograms,Graphs etc.
- Problem Solving, Basic Understanding of how physics problems are solved through Data Points only.
- MainCode: contains the main cPP code running
- Final Project folder contains sample run of the project using less data,because orignal data contains several gbs of file size.
- 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.
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