Skip to content

Commit ba36547

Browse files
authored
Update onTheFlyTofPid.cxx
1 parent f1ba563 commit ba36547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ALICE3/TableProducer/OTF/onTheFlyTofPid.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ struct OnTheFlyTofPid {
145145
if (lut.value != "inherit") {
146146
return;
147147
}
148-
if (!getTaskOptionValue(initContext, "on-the-fly-tracker", lut.name, lut.value, true)) {
148+
if (!getTaskOptionValue(initContext, "on-the-fly-tracker", lut, false)) {
149149
LOG(fatal) << "Could not get " << lut.name << " from on-the-fly-tracker task";
150150
}
151151
};

0 commit comments

Comments
 (0)