Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marcodeltutto authored Jan 26, 2020
1 parent 78f426e commit 5012fd8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ This framework contains TITUS: the event display for SBND at Fermilab. TITUS all

1) Set up gallery and larsoftobj.

2) Source the setup script: source config/setup.sh
2) Source the setup script: `source config/setup.sh`

3) make from the top area: make -j8
3) make from the top area: `make -j`

4) Develop in the user dev area.

Expand All @@ -50,8 +50,10 @@ This framework contains TITUS: the event display for SBND at Fermilab. TITUS all

1) Make sure the framework is built.

2) Source the setup script: source UserDev/EventDisplay/setup_evd.sh
2) Source the setup script: `source UserDev/EventDisplay/setup_evd.sh`

3) make from the UserDev/EventDisplay/ area: make -j8
3) make from the UserDev/EventDisplay/ area: `make -j`

4) Run with `evd.py /path/to/art-root-file.root`. Add option `-s` to use the SBND geometry. Add option `-i` to use the ICARUS geometry.

If you have already built the evd, you can set it up by simply running `source config/setup_evd.sh`

0 comments on commit 5012fd8

Please sign in to comment.