From 9acd89eeac7b37950c3608f96d5f65528f1e02e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Wed, 9 Feb 2022 19:06:54 +0100 Subject: [PATCH] Update 'Selection code' --- Selection-code.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Selection-code.md b/Selection-code.md index a46543b..7cfa01f 100644 --- a/Selection-code.md +++ b/Selection-code.md @@ -3,10 +3,16 @@ The selection code is a set of C++ scripts. First, the running of the code is in The selection takes about two days to fully run. I recommend to run the preselection step over night, as it loops over about 800GB of data and selects only the interesting events. The second bottleneck is the multiple candidates removal, as it checks all subarrays of an array. Lastly, the adding of variables is not very optimized and takes about an hour. ## Table of Contents TODO UPDATE + * [Setting up ROOT](#setting-up-root) +* [Setting up python3 and pyROOT](#setting-up-python3-and-pyroot) +* [General remarks](#general-remarks) + * [Input parameters](#input-parameters) + * [Verbosity](#verbosity) * [Running the code](#running-the-code) - * [Mass Fit compilation](#mass-fit-compilation) * [Checking the inclusive sample](#checking-the-inclusive-sample) +* [Backup of the tuples and code](#backup-of-the-tuples-and-code) + ## Setting up ROOT