Skip to content

Commit

Permalink
expand on help flags
Browse files Browse the repository at this point in the history
  • Loading branch information
gnperdue committed Mar 9, 2015
1 parent 8ee4abc commit 3461307
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,15 @@
This is a set of convenience scripts and `gdb` and `valgrind` configuration files
meant to make running GENIE more pleasant. There are also some "notes to self"
files containing frequently used commands, etc.

The main scripts are:

* `do_a_run.sh`: Run `gevgen` with a variety of flags and arguments (including
`--gdb`).
* `do_ghep_conversion.sh`: Convert GHEP record files to GSTs (and optionally to
ROOTracker format also).
* `do_make_spline.sh`: Run `gmkspl` with a variety of flags and arguments
(including `--gdb`).

Run any script with no arguments to get a help menu. `do_a_run.sh` and
`do_make_spline.sh` also support explicit help flags (`-h` or `--help`).

0 comments on commit 3461307

Please sign in to comment.