Skip to content

Commit 2d05170

Browse files
committed
Fix typo
1 parent 90353b8 commit 2d05170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/TableProducer/mcPidTof.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ struct mcPidTof {
894894
std::map<std::string, std::string> metadata;
895895
if (metadataInfo.isFullyDefined()) {
896896
metadata["RecoPassName"] = metadataInfo.get("AnchorPassName");
897-
if (!std::find(prodPostCalib.begin(), prodPostCalib.end(), metadataInfo.get("LPMProductionTag")) != prodPostCalib.end()) {
897+
if (std::find(prodPostCalib.begin(), prodPostCalib.end(), metadataInfo.get("LPMProductionTag")) == prodPostCalib.end()) {
898898
enableMcRecalib = false;
899899
LOGP(warn, "Nsigma postcalibrations turned off for {} (new MC productions have FT0 digitisation fixed)", metadataInfo.get("LPMProductionTag"));
900900
}

0 commit comments

Comments
 (0)