From 315a6a788431d79fa520f9a08cfd5d5097dab005 Mon Sep 17 00:00:00 2001 From: Nayaqs <88377894+Nayaqs@users.noreply.github.com> Date: Mon, 19 Dec 2022 08:25:17 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dca85b4528..6a3031cc50 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ fccanalysis run analysis_stage1.py --output --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