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 a4f377e commit ef3a24cCopy full SHA for ef3a24c
Framework/AnalysisSupport/src/Plugin.cxx
@@ -77,12 +77,12 @@ struct RunSummary : o2::framework::ServicePlugin {
77
}
78
79
for (size_t li = 0; li < metrics.metricLabels.size(); ++li) {
80
- MetricLabel const&label = metrics.metricLabels[li];
+ MetricLabel const& label = metrics.metricLabels[li];
81
if (strcmp(label.label, "aod-file-open-info") != 0) {
82
continue;
83
84
- MetricInfo const&metric = metrics.metrics[li];
85
- auto &files = metrics.stringMetrics[metric.storeIdx];
+ MetricInfo const& metric = metrics.metrics[li];
+ auto& files = metrics.stringMetrics[metric.storeIdx];
86
if (metric.filledMetrics) {
87
LOGP(info, "### Files opened stats ###");
88
0 commit comments