Update SW Tutorial authored by Lorenzo Scavarda's avatar Lorenzo Scavarda
...@@ -17,7 +17,8 @@ This macro converts the binary file.dat acquired by the Digitizer into a ROOT fi ...@@ -17,7 +17,8 @@ This macro converts the binary file.dat acquired by the Digitizer into a ROOT fi
## Create ntuple ## Create ntuple
The second step is: `/$HOME/foot_turin/Script/PythonScript/sw_standalone/create_ntuple.py` 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. 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
... ...
......