From 9ee29f50ae8a53f8f956bca0a5c1242fa9434409 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Thu, 27 Jan 2022 09:28:29 +0100 Subject: [PATCH] Update 'Design.cpp' --- Design.cpp.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Design.cpp.md b/Design.cpp.md index 6f4264b..15fa260 100644 --- a/Design.cpp.md +++ b/Design.cpp.md @@ -329,7 +329,7 @@ Takes and efficiency graph with errors, sets the title, x-axis name, the range a * double highRange ### void designBasicEfficiency() -Calls [TCanvas \* designL0MuonEfficiencies()](#void-designbasicefficiency) and sets the color. +Calls [TCanvas \* designBasicEfficiency()](#void-designbasicefficiency) and sets the color. * **Parameters** * TGraphErrors \*graph * string title @@ -369,7 +369,7 @@ Take a graph with errors, set the title, axis names, the color and the marker st * Int_t markerStyle ### TH1D \*generalHistogram() -Create a histogram with hist_name, title, number of bins nBins ranging from low_edge to high_edge. Ten call [void design_TH1D()](#void-designth1d). Return the histogram. +Create a histogram with hist_name, title, number of bins nBins ranging from low_edge to high_edge. Ten call [void design_TH1D()](#void-designth1fdesignth1d). Return the histogram. * **Parameters** * string hist_name * string title