STAR   Computing Tutorials main page
How to Change an Existing Module
Offline computing tutorial Maintained by Kathy Turner and Torre Wenaus

  1. Set up directories needed
  2. Now edit files as needed.

  3. Compile & Make Library
  4. Run your version of the software
    > root4star myMacro.C
    When a shared library is loaded, the first location checked in the search path to find the library is your local area, so any software components that you have built will be loaded in preference to the central library versions.
  5. If you've made changes you want to keep, commit them to the repository.