Versions Compared

Key

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

...

A skimming job is organized as a sequence of steps. All but the last one are preparation steps, which are analyzing the shell variables defined by the user, the textual parameter files he is providing, and establish what to skim. Currently, the steps are :

  1. GETMAKE_FILE_LIST : establish the list of the input ROOT data files to be skimmed.
  2. GETMAKE_LIBRARY_LIST : eventually find out the release of the corresponding C++ code, and search for the associated shared libraries.
  3. GETMAKE_BRANCH_LIST : establish the list of branches to be duplicated.
  4. GETMAKE_EVENT_LIST : establish the list of events to be duplicated.
  5. SKIM : the actual skimming.

...