From af71f6fa935f703e5236bd5dbd6f6ba2debfc831 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Thu, 27 Jan 2022 09:43:07 +0100 Subject: [PATCH] Update 'Design.cpp' --- Design.cpp.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/Design.cpp.md b/Design.cpp.md index 436c306..d5e2e4f 100644 --- a/Design.cpp.md +++ b/Design.cpp.md @@ -1,8 +1,5 @@ In this file, the functions used to make pretty plots (creating and defining canvases, histograms, graphs, ....) are defined. Please refer to [[Selection code|Selection code]] page for more details how to include the file into ROOT. -Most of these functions are overloaded as ROOT was not always happy at compilation with using eg TH1 for TH1D and TH1F. - - ## Table of Contents