Posts with the tag ROOT CERN
ROOT CERN Mirror
As the ROOT website root.cern.ch is currently not reachable, I uploaded the latest source release (which I downloaded a couple of days ago from the ROOT site):
- root_v5.34.00.source.tar.gz
- 56.2 MB
- SHA1: e7c8352d92be8510b36001efb020f3eb0bf22ed1
- MD5: 4bf3bc1a75ba235a3b0364309ea6dfe5
- root_v5.30.04.source.tar.gz
- 40.9 MB
- SHA1: 95a103035b0b5b619b61f9693aacbfe2432d360c
- MD5: 800103f8d5ea5f81c06fda95e057a648
Installing iRoot from TATA Institute on Mac OS X
iRoot is a product of the India-based Neutrino Observatory collaboration lead by Prof.Naba Mondal at the Tata Institute of Fundamental Research.
It is a simple plotting and analysis tool based on the popular ROOT from CERN and is primarily intended for analysis using the TTree structures in ROOT. iRoot is supported...
Install ROOT CERN on Mac OS X 10.7 Lion
Prerequisites
First, you need to install XCode 4 which can be found in the Mac App Store. You need it because it's providing the compiler and the git binary. Then install Homebrew using ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
.
ROOT Installation
Installing ROOT using configure
and make
is fairly easy. I recommend the...