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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
auto ts = o2::ccdb::BasicCCDBManager::instance().getRunDuration(mRunNumber);
auto ts = o2::ccdb::BasicCCDBManager::instance().getRunDuration(mRunNumber, false);
if (ts.first < 0 || ts.second < 0) {
LOGP(error, "Failed to retrieve headers from CCDB with run number {}, << this->mRunNumber, will default to using the current time for timestamp information", mRunNumber);