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.