Skip to content

Commit

Permalink
Break line
Browse files Browse the repository at this point in the history
  • Loading branch information
vkucera committed Nov 15, 2023
1 parent a5bf3c7 commit 054e12c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion exec/utils_validation.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ void AddHistogram(VecSpecHis& vec, TString label, TString nameAli, TString nameO
}

// Make validation plots.
Int_t MakePlots(const VecSpecVecSpec& vecSpecVecSpec, TString pathFileO2 = "AnalysisResults_O2.root", TString pathFileAli = "AnalysisResults_ALI.root", TString pathListAli = "list", bool doRatio = false)
Int_t MakePlots(const VecSpecVecSpec& vecSpecVecSpec,
TString pathFileO2 = "AnalysisResults_O2.root",
TString pathFileAli = "AnalysisResults_ALI.root",
TString pathListAli = "list",
bool doRatio = false)
{
gStyle->SetOptStat(0);
gStyle->SetPalette(0);
Expand Down

0 comments on commit 054e12c

Please sign in to comment.