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
LOGP(warning, "Received dummy data with empty timestamp");
80
+
return;
81
+
}
82
+
mCCDBBuffer[lane] = tsTmp;
78
83
if (mProcessedTimeStamp > mCCDBBuffer[lane].front()) {
79
84
LOGP(warning, "Already received data from a later time stamp {} then the currently received time stamp {}! (This might not be an issue)", mProcessedTimeStamp, mCCDBBuffer[lane].front());
80
85
} else {
@@ -289,6 +294,7 @@ class TPCFourierTransformAggregatorSpec : public o2::framework::Task
0 commit comments