Skip to content

Commit d7c2af5

Browse files
authored
[PWGHF] Add missing return for (non) application of TOF Nsigma recalibration in HF analyses (#14142)
1 parent d7545a8 commit d7c2af5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PWGHF/TableProducer/mcPidTof.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -909,6 +909,7 @@ struct McPidTof {
909909
if (std::find(prodPostCalib.begin(), prodPostCalib.end(), metadataInfo.get("LPMProductionTag")) == prodPostCalib.end()) {
910910
enableMcRecalib = false;
911911
LOGP(warn, "Nsigma postcalibrations turned off for {} (new MC productions have FT0 digitisation fixed)", metadataInfo.get("LPMProductionTag"));
912+
return;
912913
}
913914
} else {
914915
LOGP(error, "Impossible to read metadata! Using default calibrations (2022 apass7)");

0 commit comments

Comments
 (0)