From 526594ca6ea0559f72d36cb2d03457d5134c7749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Thu, 27 Jan 2022 10:03:26 +0100 Subject: [PATCH] Update 'BDTSelection' --- BDTSelection.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/BDTSelection.md b/BDTSelection.md index 2d96554..a88f02d 100644 --- a/BDTSelection.md +++ b/BDTSelection.md @@ -1,5 +1,28 @@ This file contains functions that take the tuples produced in Ganga (aka stripped data) and applies further selection. The results are saved in the local folders defined in [[Paths.hpp|Paths]] +## Table of Contents + + * [Function parameters](#function-parameters) +* [Functions](#functions) + * [copyDataForTMVA()](#copydatafortmva) + * [copyDataForTMVAAll()](#copydatafortmvaall) + * [preSelection()](#preselection) + * [runAllYearsAndMagPol()](#runallyearsandmagpol) + * [runAllSignalData()](#runallsignaldata) + * [runAllSignalMC()](#runallsignalmc) + * [runAllRefMC()](#runallrefmc) + * [runAllPHSPMC()](#runallphspmc) + * [runAllB0MC()](#runallb0mc) + * [runAllK1MC()](#runallk1mc) + * [runAllIncMC()](#runallincmc) + * [runAllBkgMC()](#runallbkgmc) +* [Functions not used/created by me](#functions-not-usedcreated-by-me) + * [getTCKs()](#gettcks) + * [ExclusiveTriggerLineSelection()](#exclusivetriggerlineselection) + * [plotHistos()](#plothistos) + * [compare_PIDgen_Eventnumbers()](#compare_pidgen_eventnumbers) + + ## Function parameters * **string magnet**\ Refers to the polarity of the sample, it is either "down" or "up"