Update SW Tutorial authored by Lorenzo Scavarda's avatar Lorenzo Scavarda
......@@ -187,10 +187,12 @@ Example of data_analysis.root:
In order to automatize the data analysis chain (create_ntuple+read_ntuple) a macro is provided: `$HOME/foot_turin/Scripts/utils/auto_foot_analysis_chain.sh`
To run it from command line it needs two arguments: 1. run number 2. number of events. Go in the right directory and launch:
To run it from command line it needs two arguments: 1. run number 2. number of events. Go in the right directory:
`cd $HOME/foot_turin/Scripts/utils/`
and launch:
`source auto_foot_analysis_chain.sh 0 10000`
## 4. Energy Resolution
......
......