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 166b7f3 commit e2c3976Copy full SHA for e2c3976
Framework/AnalysisSupport/src/AODJAlienReaderHelpers.cxx
@@ -131,7 +131,7 @@ AlgorithmSpec AODJAlienReaderHelpers::rootFileReaderCallback(ConfigContext const
131
if (ctx.options().isSet("aod-parent-access-level")) {
132
parentAccessLevel = ctx.options().get<int>("aod-parent-access-level");
133
}
134
- if (ctx.options().isSet("aod-file")) {
+ if (!ctx.options().isSet("aod-file")) {
135
LOGP(fatal, "No input file defined!");
136
throw std::runtime_error("Processing is stopped!");
137
0 commit comments