Update SW Tutorial authored by Lorenzo Scavarda's avatar Lorenzo Scavarda
...@@ -22,7 +22,7 @@ The second step is: `/$HOME/foot_turin/Script/PythonScript/sw_standalone/create_ ...@@ -22,7 +22,7 @@ The second step is: `/$HOME/foot_turin/Script/PythonScript/sw_standalone/create_
This macro aims at processing the TreeWave.root generating the major quantities required by the analysis (amplitude, charge, baseline, fit paramters, etc.) and saving them in another ROOT file. This macro aims at processing the TreeWave.root generating the major quantities required by the analysis (amplitude, charge, baseline, fit paramters, etc.) and saving them in another ROOT file.
### How to run ### How to run
The macro can be run trough the `/$HOME/foot_turin/Script/PythonScript/sw_standalone/analyze.py` script. The macro 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)
... ...
......