Versions Compared

Key

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

...

An example of how to use it follows:

Wiki Markup
_source_ [.SetSoftRelease]\_\[\]\_ _BeamtestRelease_ _v3r0907p2_

I have this script in my home directory, which allows me to call it from everywhere in the following way:

...

The script SetSoftCode_Generic.csh (SetSoftCode_Generic.sh for bash or sh SHELL) can be used to set both, the software package environment variables and the root environment variable ROOTSYS (updating also LD_LIBRARY_PATH and PATH appropriately). An example of how to use it follows:

...

An example of how to use them follows:

source  BeamtestRelease-v4r0909p2.csh

Important Remarks 

  • The above mentioined scripts use the script  .SetSoftRelease, and they all assume that this script is located in the $HOME directory. Therefore, if you want to place .SetSoftRelease in any other place, you have to change the scripts accordingly...
  • I do have csh and sh scripts because, even though I particularly use csh, FRED wants to use bash (see section 3), and therefore I need both. I do not know whether this applies to you... but that might be useful.

...

1.2 - Root macro to load root libraries

 The macro macro []LoadLibraries.C can be used to load (within a root session) the following root libraries:

...

Wiki Markup
_root \[0\] .x _ _[LoadLibraries.C]_ _("BeamtestRelease-v3r0907p2")_

...