File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
PWGLF/TableProducer/Strangeness Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -532,15 +532,15 @@ struct strangenesstofpid {
532532 }
533533 }
534534
535- if (calculationMethod.value > 0 && !lut) {
536- // setMatLUT only after magfield has been initalized
537- // (setMatLUT has implicit and problematic init field call if not)
538- LOG (info) << " Loading full (all-radius) material look-up table for run number: " << runNumber;
539- lut = o2::base::MatLayerCylSet::rectifyPtrFromFile (ccdb->getForRun <o2::base::MatLayerCylSet>(ccdbConfigurations.lutPath , runNumber));
540- o2::base::Propagator::Instance ()->setMatLUT (lut);
541- o2::base::Propagator::Instance ()->setTGeoFallBackAllowed (false );
542- LOG (info) << " Material look-up table loaded!" ;
543- }
535+ // if (calculationMethod.value > 0 && !lut) {
536+ // // setMatLUT only after magfield has been initalized
537+ // // (setMatLUT has implicit and problematic init field call if not)
538+ // LOG(info) << "Loading full (all-radius) material look-up table for run number: " << runNumber;
539+ // lut = o2::base::MatLayerCylSet::rectifyPtrFromFile(ccdb->getForRun<o2::base::MatLayerCylSet>(ccdbConfigurations.lutPath, runNumber));
540+ // o2::base::Propagator::Instance()->setMatLUT(lut);
541+ // o2::base::Propagator::Instance()->setTGeoFallBackAllowed(false);
542+ // LOG(info) << "Material look-up table loaded!";
543+ // }
544544 mRunNumber = runNumber;
545545 }
546546
You can’t perform that action at this time.
0 commit comments