Angular analysis of B+->K*+(K+pi0)mumu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
569 B

  1. # scripts to produce sensitivity plots using flav.io
  2. In this folder, the sensiticity plots accume that K+pi0 channel will be as sensitive as the KSpi+ channel.
  3. ## installation
  4. * first of all one needs a python 3
  5. * then install flavio with
  6. ```
  7. pip3 install flavio
  8. ```
  9. ## produce 2D sensitivity plots
  10. * stat sensitivity from toys is in `./SensitivityFromToys/`
  11. * parse those values to get inputs for flavio:
  12. ```
  13. python3 parse_sensitivities.py
  14. ```
  15. * plot sensitivity in C9-C10 plane:
  16. ```
  17. python3 -i flavio_sensitivity.py
  18. ```