Update 'Home'

Renata Kopecná 2022-02-10 11:00:57 +01:00
parent acc162bbe4
commit e8a0d09d8b

53
Home.md

@ -1,23 +1,37 @@
## Table of Contents
* [Introduction](#introduction)
* [Backup of the tuples and code](#backup-of-the-tuples-and-code)
* [Running the code](#running-the-code)
* [Q2 binning](#q2-binning)
* [In the selection](#in-the-selection)
* [In the fit](#in-the-fit)
* [In the selection](#in-the-selection)
* [In the fit](#in-the-fit)
* [Available Monte Carlo samples](#available-monte-carlo-samples)
* [Signal Monte Carlo](#signal-monte-carlo)
* [Reference Monte Carlo](#reference-monte-carlo)
* [Phase-space Monte Carlo](#phase-space-monte-carlo)
* [Background Monte Carlo](#background-monte-carlo)
* [Test subsection](#test-subsection)
* [Signal Monte Carlo](#signal-monte-carlo)
* [Reference Monte Carlo](#reference-monte-carlo)
* [Phase-space Monte Carlo](#phase-space-monte-carlo)
* [Background Monte Carlo](#background-monte-carlo)
The Tables of Content in this wiki were created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc)
## Introduction
**TODO**
The Tables of Content were created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc)
This wiki descripes the repository containing the code that was used for the analysis of B+->K*+mumu, K*+->K+pi0. The analysis started as a joint analysis with the decay B+->K*+mumu, K*+->Kshortpi+. A lot of tweaks and changes were made on the way with little time to make the code pretty: be patient.
The [[FCNC Fitter|FCNC-Fitter]] used for the angular analysis have been updated, cleaned up and it got a new library for logging. It was created by Ch. Langenbruch ages ago, then tweaked significantly by David and then by me. It is included in case some cross-check is needed.
The details are described in [my thesis](http://www.physi.uni-heidelberg.de/Publications/thesis_Kopecna_final.pdf)
## Backup of the tuples and code
In order to be able to perform cross-checks and just to have a general backup, the tuples are saved in Heidelberg at
`/auto/data/kopecna/B2KstMuMu/data/`. The code is stored here, however it was developed here:
https://gitlab.cern.ch/LHCb-RD/ewp-Bplus2Kstmumu-AngAna/-/tree/work_renata
The tuples and some other files used in the KshortPiplus analysis are saved at
`/auto/data/dgerick/B2Kstmumu/`. This was created with the code on the `master` branch in the ewp-Bplus2Kstmumu-AngAna project on gitlab:
https://gitlab.cern.ch/LHCb-RD/ewp-Bplus2Kstmumu-AngAna/-/tree/master
## Running the code
[Selection code](https://git.physi.uni-heidelberg.de/kopecna/EWP-BplusToKstMuMu-AngAna/wiki/Selection-code)
@ -26,6 +40,13 @@ The details are described in [my thesis](http://www.physi.uni-heidelberg.de/Publ
[FCNC Fitter](https://git.physi.uni-heidelberg.de/kopecna/EWP-BplusToKstMuMu-AngAna/wiki/FCNC-Fitter)
[flav.io](https://git.physi.uni-heidelberg.de/kopecna/EWP-BplusToKstMuMu-AngAna/wiki/flav.io)
[ganga](https://git.physi.uni-heidelberg.de/kopecna/EWP-BplusToKstMuMu-AngAna/wiki/Ganga)
[Event generation](https://git.physi.uni-heidelberg.de/kopecna/EWP-BplusToKstMuMu-AngAna/wiki/Event-generator)
## Q2 binning
### In the selection
@ -116,17 +137,3 @@ Decay number: [12442001](http://lhcbdoc.web.cern.ch/lhcbdoc/decfiles/releases/v3
Available years: 2011, 2012, 2016
## Other useful links **TODO**
[flav.io](https://git.physi.uni-heidelberg.de/kopecna/EWP-BplusToKstMuMu-AngAna/wiki/flav.io)
[ganga](https://git.physi.uni-heidelberg.de/kopecna/EWP-BplusToKstMuMu-AngAna/wiki/Ganga)
[TMVA](https://git.physi.uni-heidelberg.de/kopecna/EWP-BplusToKstMuMu-AngAna/wiki/TMVA)
[Event generation](https://git.physi.uni-heidelberg.de/kopecna/EWP-BplusToKstMuMu-AngAna/wiki/Event-generator)
[Comparison tool](https://git.physi.uni-heidelberg.de/kopecna/EWP-BplusToKstMuMu-AngAna/wiki/Comparison-tool)
[Standalone scripts](https://git.physi.uni-heidelberg.de/kopecna/EWP-BplusToKstMuMu-AngAna/wiki/Standalone-Scripts)