Skip to content

Commit 5efe381

Browse files
committed
Fix
1 parent 8cfdac6 commit 5efe381

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

ALICE3/TableProducer/OTF/onTheFlyTofPid.cxx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -156,16 +156,6 @@ struct OnTheFlyTofPid {
156156
LOG(info) << "Bz = " << simConfig.magneticField.value << " T";
157157
}
158158

159-
// Check if inheriting the LUT configuration
160-
auto configLutPath = [&](Configurable<std::string>& lut) {
161-
if (lut.value != "inherit") {
162-
return;
163-
}
164-
if (!getTaskOptionValue(initContext, "on-the-fly-tracker", lut, false)) {
165-
LOG(fatal) << "Could not get " << lut.name << " from on-the-fly-tracker task";
166-
}
167-
};
168-
169159
// Load LUT for pt and eta smearing
170160
if (simConfig.flagIncludeTrackTimeRes && simConfig.flagTOFLoadDelphesLUTs) {
171161
mSmearer.setCcdbManager(ccdb.operator->());

0 commit comments

Comments
 (0)