Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nayaqs authored Dec 19, 2022
1 parent 5c6d2d9 commit 315a6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ fccanalysis run analysis_stage1.py --output <name_of_desired_output.root> --file
```
Note : you can (must) specify the output directory by directly modifying ```analysis_stage1.py``` (l18)
### Final analysis
The next step is to use ```final_analysis.py```. It must be modified in order to contain the correct inputDir and outputDir. Last test was to remove all processes from process_list and leave only the .root file created during stage1, so it looked like :
The next step is to use ```final_analysis.py```. It must be modified in order to contain the correct inputDir and outputDir. Finally, modify the processList to contain the .root files created during stage1 :
```shell
processList = {
#run over the full statistics from stage1
Expand Down

0 comments on commit 315a6a7

Please sign in to comment.