Update SW Tutorial authored by Lorenzo Scavarda's avatar Lorenzo Scavarda
......@@ -17,10 +17,11 @@ This macro converts the binary file.dat acquired by the Digitizer into a ROOT fi
## Create ntuple
The second step is: `/$HOME/foot_turin/Script/PythonScript/sw_standalone/create_ntuple.py`
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
The macro can be run trough the analyze.py script.
The macro can be run trough the `/$HOME/foot_turin/Script/PythonScript/sw_standalone/analyze.py` script.
This script need some mandatory arguments:
- the path of the input file (TreeWave.root)
- the number of start event
......
......