Skip to content

Commit

Permalink
Update trackSplitPlot.C
Browse files Browse the repository at this point in the history
  • Loading branch information
iarspider authored Mar 25, 2024
1 parent b496190 commit 96f3056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Alignment/OfflineValidation/macros/trackSplitPlot.C
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ TCanvas *trackSplitPlot(Int_t nFiles,
setAxisLabels(p[i], type, xvar, yvar, relative, pull);
}

if (type == Histogram && !pull && any_of(begin(used), end(used), identity<bool>)) {
if (type == Histogram && !pull && any_of(begin(used), end(used), ::identity<bool>)) {
if (legendOptions.Contains("mean")) {
summaryfile << " mu_Delta" << yvar;
if (relative)
Expand Down

0 comments on commit 96f3056

Please sign in to comment.