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
LOGF(info, "Getting new histograms with %d run number for %d run number", mRunNumber, collision.runNumber());
@@ -340,7 +339,7 @@ struct straCents {
340
339
LOGF(warning, "Calibration information from SPD clusters for run %d corrupted, will fill SPD clusters tables with dummy values", collision.runNumber());
341
340
}
342
341
}
343
-
} else {
342
+
} else {
344
343
// we are in Run 3
345
344
auto getccdb = [lCalibObjects_Centrality, collision](structCalibrationInfo& estimator, const Configurable<std::string> generatorName, const Configurable<bool> notCrashOnNull) { // TODO: to consider the name inside the estimator structure
if (!ccdbConfig.doNotCrashOnNull) { // default behaviour: crash
398
+
LOGF(fatal, "Multiplicity calibration is not available in CCDB for run=%d at timestamp=%llu", collision.runNumber(), collision.timestamp());
399
+
} else { // only if asked: continue filling with non-valid values (105)
400
+
LOGF(warning, "Multiplicity calibration is not available in CCDB for run=%d at timestamp=%llu, will fill tables with dummy values", collision.runNumber(), collision.timestamp());
0 commit comments