Update 'Selection code'

Renata Kopecná 2022-03-07 15:50:43 +01:00
parent dbe02855e9
commit f5f4b031bd

@ -22,7 +22,7 @@ There are several ways how to setup ROOT. What worked fro me is running the foll
delta and lhcba1: delta and lhcba1:
``` ```
/cvmfs/sft.cern.ch/lcg/views/setupViews.sh LCG_97python3 x86_64-centos7-gcc9-opt source /cvmfs/sft.cern.ch/lcg/views/setupViews.sh LCG_97python3 x86_64-centos7-gcc9-opt
``` ```
d0new and sigma0 d0new and sigma0
@ -101,6 +101,8 @@ cd /path/to/your/folder/B2KstarMuMu/Code/Selection/
bash createFolders.sh bash createFolders.sh
``` ```
Before running, please change the corresponding output paths in [[[GlobalFunctions.hh|GlobalFunctions]].
First, compile and run the preselection. It is defined in [[BDTSelection.cpp|BDTSelection]]. This reads the files with **stripped** data and creates new tuples with **preselected** data. First, compile and run the preselection. It is defined in [[BDTSelection.cpp|BDTSelection]]. This reads the files with **stripped** data and creates new tuples with **preselected** data.
``` ```