From ef7a1c39c517377589c7cf14fc86557806d74a61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Mon, 24 Jan 2022 18:12:11 +0100 Subject: [PATCH] Update 'Selection code' --- Selection-code.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Selection-code.md b/Selection-code.md index e286293..32d5b49 100644 --- a/Selection-code.md +++ b/Selection-code.md @@ -1,7 +1,4 @@ -The selection code is a set of C++ scripts. First, the running of the code is introduced. Then, each part of the code is explained. The main file of the selection code is [[B2Kstmumu.cpp][B2Kstmumu]]. However, as the code required a lot of reruns and checks at different places, the main code execution became obsolete and the scripts are compiled and run in ROOT step by step. However, the file [[B2Kstmumu.pro][B2Kstmumu.pro]] can be used by the QtCreator IDE. - -**Note that despite the usual standard of functions to return 0 if everything went flawless, the code was started with returning 1 is everything was okay, 0 means and error!** - +The selection code is a set of C++ scripts. First, the running of the code is introduced. Then, each part of the code is explained. The main file of the selection code is [[B2Kstmumu.cpp|B2Kstmumu]]. However, as the code required a lot of reruns and checks at different places, the main code execution became obsolete and the scripts are compiled and run in ROOT step by step. However, the file [[B2Kstmumu.pro|B2Kstmumu.pro]] can be used by the QtCreator IDE. ## Setting up ROOT **TODO**