Update 'flavio'

Renata Kopecná 2022-01-20 14:37:58 +01:00
parent 467e2e0222
commit 060fd4416c

@ -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. 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! * Make sure you are using python3!
* Install flavio with * Install flavio with
``` ```
pip3 install flavio pip3 install flavio
``` ```
## produce 2D sensitivity plots ## 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 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 python3 parse_sensitivities.py
``` ```