Versions Compared

Key

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

...

  1. obtain a list of the subdirectories
  2. in each of the subdirectories, look for a .txt file with the same name as the directory
  3. for each of the given energies, create the Whizard { .sin file from the .txt file
  4. call Whizard on this file
  5. parse the resulting log file and remember the result
  6. rename the logfile, so that it ends with the energy at which the cross-section was computed
  7. move to the next directory
  8. at the end print the output on the screen and write to file

...