From 25507c135690d5f17a3304c5b57f693b1234bb03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Thu, 27 Jan 2022 09:42:47 +0100 Subject: [PATCH] Update 'Design.cpp' --- Design.cpp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Design.cpp.md b/Design.cpp.md index c954c65..436c306 100644 --- a/Design.cpp.md +++ b/Design.cpp.md @@ -1,4 +1,4 @@ -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. +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.