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 90353b8 commit 2d05170Copy full SHA for 2d05170
PWGHF/TableProducer/mcPidTof.cxx
@@ -894,7 +894,7 @@ struct mcPidTof {
894
std::map<std::string, std::string> metadata;
895
if (metadataInfo.isFullyDefined()) {
896
metadata["RecoPassName"] = metadataInfo.get("AnchorPassName");
897
- if (!std::find(prodPostCalib.begin(), prodPostCalib.end(), metadataInfo.get("LPMProductionTag")) != prodPostCalib.end()) {
+ if (std::find(prodPostCalib.begin(), prodPostCalib.end(), metadataInfo.get("LPMProductionTag")) == prodPostCalib.end()) {
898
enableMcRecalib = false;
899
LOGP(warn, "Nsigma postcalibrations turned off for {} (new MC productions have FT0 digitisation fixed)", metadataInfo.get("LPMProductionTag"));
900
}
0 commit comments