Update 'Selection code'

Renata Kopecná 2022-02-09 19:06:54 +01:00
parent 273e4cdcfe
commit 9acd89eeac

@ -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. 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 ## Table of Contents TODO UPDATE
* [Setting up ROOT](#setting-up-root) * [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) * [Running the code](#running-the-code)
* [Mass Fit compilation](#mass-fit-compilation)
* [Checking the inclusive sample](#checking-the-inclusive-sample) * [Checking the inclusive sample](#checking-the-inclusive-sample)
* [Backup of the tuples and code](#backup-of-the-tuples-and-code)
## Setting up ROOT ## Setting up ROOT