Differences

This shows you the differences between two versions of the page.

Link to this comparison view

wiki:software:scientific:root [2009/07/01 10:24] (current)
Keith A McDermott created
Line 1: Line 1:
 +====== ROOT (CERN package) ======
  
 +**ROOT is a software package provided from CERN.**  ROOT is available for use on any PCN-maintained workstation.  Use the following directions to access this particular package.
 +
 +<code bash>cd /package/root
 +#Look at the various versions available and determine which you would like to use
 +
 +#Source the setup file appropriate to the version you want and shell you use
 +#setup.sh for bash
 +source 5.22_00/setup.sh
 +
 +#setup.csh for csh variants
 +source 5.22_00/setup.csh
 +
 +root</code>