You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(kinkBuilder): use aod::BCs instead of aod::BCsWithTimestamps
The changes in this commit update the usage of the aod::BCsWithTimestamps data
source to the more generic aod::BCs data source. This simplifies the code and
removes the need for the specific BCsWithTimestamps data source, which is no
longer required. The changes ensure that the kinkBuilder functionality
continues to work with the updated data source.
LOG(fatal) << "Got nullptr from CCDB for path " << grpmagPath << " of object GRPMagField and " << grpPath << " of object GRPObject for timestamp" << run3grp_timestamp;
425
+
LOG(fatal) << "Got nullptr from CCDB for path " << grpmagPath << " of object GRPMagField and " << grpPath << " of object GRPObject for run" << mRunNumber;
426
426
}
427
427
o2::base::Propagator::initFieldFromGRP(grpmag);
428
428
if (inputBz < -990) {
429
429
// Fetch magnetic field from ccdb for current collision
0 commit comments