Skip to content

Commit

Permalink
Base: allow to create alignment for individual detectors other than ITS
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Schlepper <[email protected]>
  • Loading branch information
f3sch authored and shahor02 committed Jan 23, 2025
1 parent d9c4e19 commit 95d419d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Detectors/Base/src/GRPGeomHelper.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ void GRPGeomHelper::checkUpdates(ProcessingContext& pc)
for (auto id = DetID::First; id <= DetID::Last; id++) {
std::string binding = fmt::format("align{}", DetID::getName(id));
if (pc.inputs().getPos(binding.c_str()) < 0) {
return;
continue;
} else {
pc.inputs().get<std::vector<o2::detectors::AlignParam>*>(binding);
}
Expand Down

0 comments on commit 95d419d

Please sign in to comment.