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
LOG(info) << "Setting global propagator magnetic field to current " << grpmag->getL3Current() << " A for run " << currentRunNumber << " from its GRPMagField CCDB object";
89
+
o2::base::Propagator::initFieldFromGRP(grpmag);
90
+
} else {
91
+
LOGF(info, "GRPMagField object returned nullptr, will attempt alternate method");
LOG(info) << "Setting global propagator magnetic field to current " << grpmag->getL3Current() << " A for run " << currentRunNumber << " from its GRPMagField CCDB object";
94
-
o2::base::Propagator::initFieldFromGRP(grpmag);
95
114
LOG(info) << "Setting global propagator material propagation LUT";
0 commit comments