Skip to content

Commit de234d2

Browse files
Fix typo
1 parent 38cfd8a commit de234d2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

PWGLF/Tasks/Strangeness/derivedlambdakzeroanalysis.cxx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1946,7 +1946,7 @@ struct derivedlambdakzeroanalysis {
19461946
histos.fill(HIST("h3dLambdaFeeddown"), centrality, pt, std::hypot(v0mother.px(), v0mother.py()));
19471947
}
19481948
if (verifyMask(selMap, secondaryMaskSelectionAntiLambda) && analyseAntiLambda) {
1949-
if (v0mother.pdgCode() == PDG_t::kXiPlus && v0mother.isPhysicalPrimary())
1949+
if (v0mother.pdgCode() == PDG_t::kXiPlusBar && v0mother.isPhysicalPrimary())
19501950
histos.fill(HIST("h3dAntiLambdaFeeddown"), centrality, pt, std::hypot(v0mother.px(), v0mother.py()));
19511951
}
19521952
}
@@ -2752,13 +2752,13 @@ struct derivedlambdakzeroanalysis {
27522752
if (cascMC.pdgCode() == PDG_t::kXiMinus) {
27532753
histos.fill(HIST("h2dGenXiMinusVsMultMC_RecoedEvt"), mcCollision.multMCNParticlesEta05(), ptmc);
27542754
}
2755-
if (cascMC.pdgCode() == PDG_t::kXiPlus) {
2755+
if (cascMC.pdgCode() == PDG_t::kXiPlusBar) {
27562756
histos.fill(HIST("h2dGenXiPlusVsMultMC_RecoedEvt"), mcCollision.multMCNParticlesEta05(), ptmc);
27572757
}
27582758
if (cascMC.pdgCode() == PDG_t::kOmegaMinus) {
27592759
histos.fill(HIST("h2dGenOmegaMinusVsMultMC_RecoedEvt"), mcCollision.multMCNParticlesEta05(), ptmc);
27602760
}
2761-
if (cascMC.pdgCode() == PDG_t::kOmegaPlus) {
2761+
if (cascMC.pdgCode() == PDG_t::kOmegaPlusBar) {
27622762
histos.fill(HIST("h2dGenOmegaPlusVsMultMC_RecoedEvt"), mcCollision.multMCNParticlesEta05(), ptmc);
27632763
}
27642764
}
@@ -2767,15 +2767,15 @@ struct derivedlambdakzeroanalysis {
27672767
histos.fill(HIST("h2dGenXiMinus"), centrality, ptmc);
27682768
histos.fill(HIST("h2dGenXiMinusVsMultMC"), mcCollision.multMCNParticlesEta05(), ptmc);
27692769
}
2770-
if (cascMC.pdgCode() == PDG_t::kXiPlus) {
2770+
if (cascMC.pdgCode() == PDG_t::kXiPlusBar) {
27712771
histos.fill(HIST("h2dGenXiPlus"), centrality, ptmc);
27722772
histos.fill(HIST("h2dGenXiPlusVsMultMC"), mcCollision.multMCNParticlesEta05(), ptmc);
27732773
}
27742774
if (cascMC.pdgCode() == PDG_t::kOmegaMinus) {
27752775
histos.fill(HIST("h2dGenOmegaMinus"), centrality, ptmc);
27762776
histos.fill(HIST("h2dGenOmegaMinusVsMultMC"), mcCollision.multMCNParticlesEta05(), ptmc);
27772777
}
2778-
if (cascMC.pdgCode() == PDG_t::kOmegaPlus) {
2778+
if (cascMC.pdgCode() == PDG_t::kOmegaPlusBar) {
27792779
histos.fill(HIST("h2dGenOmegaPlus"), centrality, ptmc);
27802780
histos.fill(HIST("h2dGenOmegaPlusVsMultMC"), mcCollision.multMCNParticlesEta05(), ptmc);
27812781
}

0 commit comments

Comments
 (0)