We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d019d3 commit 107f4a9Copy full SHA for 107f4a9
Framework/AnalysisSupport/src/Plugin.cxx
@@ -82,12 +82,12 @@ struct RunSummary : o2::framework::ServicePlugin {
82
}
83
84
for (size_t li = 0; li < metrics.metricLabels.size(); ++li) {
85
- MetricLabel const&label = metrics.metricLabels[li];
+ MetricLabel const& label = metrics.metricLabels[li];
86
if (strcmp(label.label, "aod-file-open-info") != 0) {
87
continue;
88
89
- MetricInfo const&metric = metrics.metrics[li];
90
- auto &files = metrics.stringMetrics[metric.storeIdx];
+ MetricInfo const& metric = metrics.metrics[li];
+ auto& files = metrics.stringMetrics[metric.storeIdx];
91
if (metric.filledMetrics) {
92
LOGP(info, "### Files opened stats ###");
93
0 commit comments