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 4d5a07f commit 3eb0f68Copy full SHA for 3eb0f68
Detectors/Base/src/GRPGeomHelper.cxx
@@ -235,7 +235,7 @@ void GRPGeomHelper::checkUpdates(ProcessingContext& pc)
235
for (auto id = DetID::First; id <= DetID::Last; id++) {
236
std::string binding = fmt::format("align{}", DetID::getName(id));
237
if (pc.inputs().getPos(binding.c_str()) < 0) {
238
- return;
+ continue;
239
} else {
240
pc.inputs().get<std::vector<o2::detectors::AlignParam>*>(binding);
241
}
0 commit comments