From fe670c2955e499b6bdabd743302897e697277fe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Wed, 26 Jan 2022 15:38:46 +0100 Subject: [PATCH] Update 'Selection code' --- Selection-code.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Selection-code.md b/Selection-code.md index cd8f369..856712b 100644 --- a/Selection-code.md +++ b/Selection-code.md @@ -2,6 +2,7 @@ The selection code is a set of C++ scripts. First, the running of the code is in ## Setting up ROOT **TODO** + In order to make pretty plots, dedicated code in [[Design.cpp|Design.cpp]] is always checked for compilation when starting ROOT. This is done by creating a `.rootrc` file in your home directory and telling ROOT to always compile the Design.cpp: ``` {