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 049437f commit e807d54Copy full SHA for e807d54
PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx
@@ -501,7 +501,8 @@ struct decay3bodyBuilder {
501
502
auto timestamp = bc.timestamp();
503
o2::parameters::GRPMagField* grpmag = 0x0;
504
- grpmag = ccdb->getForTimeStamp<o2::parameters::GRPMagField>(ccdbConfigurations.grpmagPath, timestamp);
+ ccdb->clearCache(ccdbConfigurations.grpmagPath);
505
+ grpmag = ccdb->getSpecific<o2::parameters::GRPMagField>(ccdbConfigurations.grpmagPath, timestamp);
506
if (!grpmag) {
507
LOG(fatal) << "Got nullptr from CCDB for path " << ccdbConfigurations.grpmagPath << " of object GRPMagField for timestamp " << timestamp;
508
}
0 commit comments