Update SW Tutorial authored by Lorenzo Scavarda's avatar Lorenzo Scavarda
......@@ -40,7 +40,7 @@ The list of the class methods are:
- `def analyze_tree(self, ev_start, ev_stop, fout)`: main function which recalls all the previous ones.
### How to run
The macro can be run through the `/$HOME/foot_turin/Script/PythonScript/sw_standalone/analyze.py` script.
The class can be run through the `/$HOME/foot_turin/Script/PythonScript/sw_standalone/analyze.py` script.
This script need some POSITIONAL arguments:
- the path of the input file (TreeWave.root)
......
......