We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7545a8 commit d7c2af5Copy full SHA for d7c2af5
PWGHF/TableProducer/mcPidTof.cxx
@@ -909,6 +909,7 @@ struct McPidTof {
909
if (std::find(prodPostCalib.begin(), prodPostCalib.end(), metadataInfo.get("LPMProductionTag")) == prodPostCalib.end()) {
910
enableMcRecalib = false;
911
LOGP(warn, "Nsigma postcalibrations turned off for {} (new MC productions have FT0 digitisation fixed)", metadataInfo.get("LPMProductionTag"));
912
+ return;
913
}
914
} else {
915
LOGP(error, "Impossible to read metadata! Using default calibrations (2022 apass7)");
0 commit comments