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