From 9d6b91d08b114698983f188a19c96cda3b11c371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Thu, 20 Jan 2022 14:39:33 +0100 Subject: [PATCH] Delete page 'flavio' --- flavio.md | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 flavio.md diff --git a/flavio.md b/flavio.md deleted file mode 100644 index 6336661..0000000 --- a/flavio.md +++ /dev/null @@ -1,30 +0,0 @@ -# Content of the folder -In the `Code/Selection/flavio` folder, one finds subfolder `Measurements`, where the previous measurements by ATLAS, CMS and the LHCb B+->K*+(Kspi+)mumu measurement are saved as `.yml` files. - -The sensitivity from toy studies done for the B+->K*+(Kspi+)mumu analysis are saved in `SensitivityFromToys`. - -Then, the scripts needed to produce the prodoctuvity plot and the plot are saved. -# Sensitivity plots production using flav.io - -In this folder, the sensiticity plots assume that K+pi0 channel will be as sensitive as the KSpi+ channel. - - -## Installation -* Make sure you are using python3! -* Install flavio with - ``` - pip3 install flavio - ``` - -## 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 - ``` - python3 parse_sensitivities.py - ``` -* Plot the sensitivity in C9-C10 plane - ``` - python3 -i flavio_sensitivity.py - ``` -