Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The <test-release> place holder is the absolute path to test release which is a release that is based on a base release (in $SIT_RELEASE). All these variables could be set manually, but there is a single convenience script which can be sourced from the user's shell which does all the tedious work.

Cern Root Users

At LCLS, the ana_env scripts make our cern root installation available to users. Advanced root users may want to run the thisroot.sh script to further setup the root environment. After running the ana_env.sh script, one would execute:

Code Block
source thisroot.sh  # for bash, and thisroot.csh for c shell

however most root users should not need to do this. This script makes all the root utility programs available, and inserts root directories at the start of PATH, LD_LIBRARY_PATH and PYTHONPATH environment variables.

Setup scripts and their effect

...