Update SW Tutorial authored by Lorenzo Scavarda's avatar Lorenzo Scavarda
...@@ -40,7 +40,7 @@ The list of the class methods are: ...@@ -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. - `def analyze_tree(self, ev_start, ev_stop, fout)`: main function which recalls all the previous ones.
### How to run ### 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: This script need some POSITIONAL arguments:
- the path of the input file (TreeWave.root) - the path of the input file (TreeWave.root)
... ...
......