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 c62bb45 commit 3aba75eCopy full SHA for 3aba75e
PWGLF/TableProducer/Nuspex/hyperhelium4sigmaRecoTask.cxx
@@ -387,8 +387,7 @@ struct Hyperhelium4sigmaRecoTask {
387
mBz = grpmag->getNominalL3Field();
388
389
if (!lut) {
390
- auto timestamp = bc.timestamp();
391
- lut = o2::base::MatLayerCylSet::rectifyPtrFromFile(ccdb->getForTimeStamp<o2::base::MatLayerCylSet>(lutPath, timestamp));
+ lut = o2::base::MatLayerCylSet::rectifyPtrFromFile(ccdb->get<o2::base::MatLayerCylSet>(lutPath));
392
}
393
o2::base::Propagator::Instance()->setMatLUT(lut);
394
LOG(info) << "Task initialized for run " << mRunNumber << " with magnetic field " << mBz << " kZG";
0 commit comments