Skip to content

Commit

Permalink
PWGHF: fix L(1520) PDG code. (AliceO2Group#7886)
Browse files Browse the repository at this point in the history
* Fix L(1520) PDG code.

* Fix Clang format.

---------

Co-authored-by: Mattia Faggin <[email protected]>
  • Loading branch information
2 people authored and Sabrina Hernandez committed Oct 25, 2024
1 parent 3f441ab commit dcbfaf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PWGHF/TableProducer/candidateCreator3Prong.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ struct HfCandidateCreator3ProngExpressions {
std::array<int, 2> arrPDGDaugh;
std::array<int, 2> arrPDGResonant1 = {kProton, 313}; // Λc± → p± K*
std::array<int, 2> arrPDGResonant2 = {2224, kKPlus}; // Λc± → Δ(1232)±± K∓
std::array<int, 2> arrPDGResonant3 = {3124, kPiPlus}; // Λc± → Λ(1520) π±
std::array<int, 2> arrPDGResonant3 = {102134, kPiPlus}; // Λc± → Λ(1520) π±
std::array<int, 2> arrPDGResonantDPhiPi = {333, kPiPlus}; // Ds± → Phi π± and D± → Phi π±
std::array<int, 2> arrPDGResonantDKstarK = {313, kKPlus}; // Ds± → K*(892)0bar K± and D± → K*(892)0bar K±

Expand Down

0 comments on commit dcbfaf6

Please sign in to comment.