Skip to content

Commit 95d419d

Browse files
f3schshahor02
authored andcommitted
Base: allow to create alignment for individual detectors other than ITS
Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
1 parent d9c4e19 commit 95d419d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/Base/src/GRPGeomHelper.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ void GRPGeomHelper::checkUpdates(ProcessingContext& pc)
235235
for (auto id = DetID::First; id <= DetID::Last; id++) {
236236
std::string binding = fmt::format("align{}", DetID::getName(id));
237237
if (pc.inputs().getPos(binding.c_str()) < 0) {
238-
return;
238+
continue;
239239
} else {
240240
pc.inputs().get<std::vector<o2::detectors::AlignParam>*>(binding);
241241
}

0 commit comments

Comments
 (0)