From 0c7929211e169626e2efb20f364631735e78815c Mon Sep 17 00:00:00 2001 From: Andrea Tugores <andreatugores@gmail.com> Date: Mon, 17 May 2021 22:04:48 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d60e1d3..d76a340 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ The framework consists of **two main parts**: --- The analysis code is located in the **Analysis** folder, with 12 sub-folders corresponding to the 12 examples of physics analysis documented in [Physics analysis examples](../physics/intro.md). The naming of the sub-folders follows a simple rule: "NNAnalysis", where NN can be *WBoson, ZBoson, TTbar, SingleTop, WZDiBoson, ZZDiBoson, HZZ, HWW, Hyy, ZPrimeBoosted, ZTauTau and SUSY*. +While the notebook is running, a description and explanation of the selected analysis will appear. This information is stored in the *analysis_info.csv* file inside the *notebooks-info* folder. A more detailed explanation about the data is found in the Data-Documentation.md file. Each analysis sub-folder contains the following files: -- GitLab