Update 'Design.cpp'

Renata Kopecná 2022-01-27 09:28:29 +01:00
parent f663bf0337
commit 9ee29f50ae

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