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 ```