Skip to content

Commit 98a3b45

Browse files
authored
Update onTheFlyRichPid.cxx
1 parent ba36547 commit 98a3b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ALICE3/TableProducer/OTF/onTheFlyRichPid.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ struct OnTheFlyRichPid {
325325
if (lut.value != "inherit") {
326326
return;
327327
}
328-
if (!getTaskOptionValue(initContext, "on-the-fly-tracker", lut.name, lut.value, true)) {
328+
if (!getTaskOptionValue(initContext, "on-the-fly-tracker", lut, false)) {
329329
LOG(fatal) << "Could not get " << lut.name << " from on-the-fly-tracker task";
330330
}
331331
};

0 commit comments

Comments
 (0)