Root
Root is an object-oriented data analysis framework.
You can load the needed environment variables using:
module load root
You may also load the necessary environment variables for root by setting the following:
Under tcsh
setenv ROOTSYS /usr/local/root setenv PATH ${ROOTSYS}/bin:${PATH} setenv LD_LIBRARY_PATH ::${ROOTSYS}/lib
Under bash
export ROOTSYS=/usr/local/root export PATH=$ROOTSYS/bin:$PATH export LD_LIBRARY_PATH=::$ROOTSYS/lib
Please see http://root.cern.ch/ for more information. There are links here to a User's Guide, Reference Guide, Tutorials and HOWTO's.