From e8a0d09d8b864afb7a1d6d963ad775b4723eb25e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Thu, 10 Feb 2022 11:00:57 +0100 Subject: [PATCH] Update 'Home' --- Home.md | 53 ++++++++++++++++++++++++++++++----------------------- 1 file changed, 30 insertions(+), 23 deletions(-) diff --git a/Home.md b/Home.md index f2ede9b..b3dbe73 100644 --- a/Home.md +++ b/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) \ No newline at end of file