We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca54a0a commit fe20670Copy full SHA for fe20670
1 file changed
Detectors/MUON/MID/Workflow/src/ColumnDataSpecsUtils.cxx
@@ -165,7 +165,6 @@ std::array<gsl::span<const ROFRecord>, NEvTypes> getRofs(framework::ProcessingCo
165
std::array<gsl::span<const ROFRecord>, 3> data;
166
for (size_t ievt = 0; ievt < NEvTypes; ++ievt) {
167
data[ievt] = getInput<ROFRecord>(pc, fmt::format("{}_{}", getROFBind(dataBind).data(), ievt));
168
-
169
}
170
171
return data;
0 commit comments