PhD thesis of Renata Kopečná Angular analysis of B+->K*+(K+pi0)mu+mu- decay with the LHCb experiment
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.

31 lines
750 B

  1. # Readme for Renata's thesis
  2. The code is safely stored at **TODO add**
  3. The tuples are at **TODO add**
  4. Some scripts used to create the figures are also stored here.
  5. In case of any questions, do not hesitate to contact the author! It is the unicorn in the group chat.
  6. ## Build
  7. This version is compilable from the scratch:
  8. ```
  9. $ bash build.sh
  10. ```
  11. For the details, see the inside of build.sh
  12. ## Feynman graphs
  13. On top of the thesis, there is a folder with latex scripts to create Feynman graphs. Go to the folder Feynman and create your graphs. As examples, there are graphs used in this theses and some others. The full manual is in Documentation.pdf
  14. When you are done with yourGraph.tex, compile it using
  15. ```
  16. $ make_plot.sh yourGraph
  17. ```