Release 6.06/00 - 2015-12-09
Highlights
Some of the highlights of this release include:
- new command line utilities (try
rootls myfile.root
) - a much more usable new default graphics palette,
- a lightweight multi-processing interface to accelerate your analyses
- ROOT notebooks, a fantastic new way of tutoring and doing interactive analysis.
- most of the class documentation has been migrated to Doxygen.
Release Notes
The release notes for this release can be found here.
Source distribution
Platform | Files | Size |
---|---|---|
source | root_v6.06.00.source.tar.gz | 103M |
Binary distributions
Installations in AFS and CVMFS
Standalone installations with minimal external dependencies are available at:
/afs/cern.ch/sw/lcg/app/releases/ROOT/6.06.00/x86_64-centos7-gcc48-opt
/afs/cern.ch/sw/lcg/app/releases/ROOT/6.06.00/x86_64-centos7-gcc49-opt
/afs/cern.ch/sw/lcg/app/releases/ROOT/6.06.00/x86_64-slc6-gcc48-opt
/afs/cern.ch/sw/lcg/app/releases/ROOT/6.06.00/x86_64-slc6-gcc49-opt
/afs/cern.ch/sw/lcg/app/releases/ROOT/6.06.00/x86_64-mac109-clang60-opt
/afs/cern.ch/sw/lcg/app/releases/ROOT/6.06.00/x86_64-mac1010-clang70-opt
/afs/cern.ch/sw/lcg/app/releases/ROOT/6.06.00/x86_64-mac1011-clang70-opt
AFS
Versions for many different platforms and compilers are available at: /afs/cern.ch/sw/lcg/app/releases/ROOT/6.06.00
To use ROOT directly from AFS:
. /afs/cern.ch/sw/lcg/external/gcc/4.9/x86_64-slc6-gcc49-opt/setup.sh
. /afs/cern.ch/sw/lcg/app/releases/ROOT/6.06.00/x86_64-slc6-gcc49-opt/root/bin/thisroot.sh
Direct Git repository access
The entire ROOT source can be obtained from our public Git repository:
git clone http://root.cern/git/root.git
The release specific tag can be obtained using:
cd root
git checkout -b v6-06-00 v6-06-00