From 0480d9dfa2870f1e7644723c8190faff696d546f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Tue, 8 Mar 2022 12:50:00 +0100 Subject: [PATCH] Update 'Comparison tool' --- Comparison-tool.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Comparison-tool.md b/Comparison-tool.md index 6c6dc96..750e94e 100644 --- a/Comparison-tool.md +++ b/Comparison-tool.md @@ -13,7 +13,7 @@ The code is executed using `compareUltimate.py`, where the commnads are parsed a Helper functions that allow the user to quickly compare for instance different MC samples or MC to sWeighted data are defined in `compareUltimateSelection.py`. -The main body of this tool is in `compareUltimateSource.py`. In this file, the function `compareUltimate() `is defined. +The main body of this tool is in `compareUltimateSource.py`. In this file, the function `compareUltimate()` is defined. Helper functions are defined in `Utils.py`. @@ -30,7 +30,7 @@ The paths for the input files are taken from the selection code in `getPathForPy ## Prerequisities -First, we need to compile [[`getPathForPython.cc`|getPathForPython]] Before the first use, make sure the include of `Paths.hpp` has the correct path! The compilation is done using +First, we need to compile [[`getPathForPython.cc`||getPathForPython]] Before the first use, make sure the include of `Paths.hpp` has the correct path! The compilation is done using ``` cd Code/Selection/ComparisonTool g++ getPathForPython.cc `root-config --libs --cflags` -o getPathForPython