Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yongbinfeng committed Nov 17, 2024
1 parent 4ed9ab2 commit eeea511
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,14 @@ Then run the script
cd plotter
python makePlotsRDF.py
```
under the singularity environment.
under the singularity environment.

To run `makePlotsOptics.py` for the optics study, compile the helper functions in `plotter/macros` first with
```
cd plotter/macros
root -b -q -e ".L functions.cc+"
```
Then run the script
```
python makePlotsOptics.py
```

0 comments on commit eeea511

Please sign in to comment.