Update 'Design.cpp'

Renata Kopecná 2022-01-27 09:42:47 +01:00
parent 64fa25ad42
commit 25507c1356

@ -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.