From 060fd4416cf66643fcd99b1eb3df11819d2b3b9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Thu, 20 Jan 2022 14:37:58 +0100 Subject: [PATCH] Update 'flavio' --- flavio.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flavio.md b/flavio.md index 4210870..6336661 100644 --- a/flavio.md +++ b/flavio.md @@ -9,17 +9,17 @@ Then, the scripts needed to produce the prodoctuvity plot and the plot are saved In this folder, the sensiticity plots assume that K+pi0 channel will be as sensitive as the KSpi+ channel. -## installation +## Installation * Make sure you are using python3! * Install flavio with ``` pip3 install flavio ``` -## produce 2D sensitivity plots -The statistical sensitivity from the B+->K*+(Kspi+)mumu toys is stored in `./SensitivityFromToys/`. The sensitivity is automatically loaded using the `parse_sensitivities.py`. +## 2D (C9-C10 plane) sensitivity plots production +The statistical sensitivity from the B+->K*+(Kspi+)mumu toys is stored in `./SensitivityFromToys/`. The sensitivity is automatically loaded using the `parse_sensitivities.py`. The 2D plot is produced in two steps: -* Load the sensitivity for flavio: +* Load the sensitivity for flavio ``` python3 parse_sensitivities.py ```