Skip to content

Commit

Permalink
Update AODJAlienReaderHelpers.cxx
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf authored Nov 9, 2024
1 parent 166b7f3 commit e2c3976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/AnalysisSupport/src/AODJAlienReaderHelpers.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ AlgorithmSpec AODJAlienReaderHelpers::rootFileReaderCallback(ConfigContext const
if (ctx.options().isSet("aod-parent-access-level")) {
parentAccessLevel = ctx.options().get<int>("aod-parent-access-level");
}
if (ctx.options().isSet("aod-file")) {
if (!ctx.options().isSet("aod-file")) {
LOGP(fatal, "No input file defined!");
throw std::runtime_error("Processing is stopped!");
}
Expand Down

0 comments on commit e2c3976

Please sign in to comment.