Skip to content

Commit f9b14df

Browse files
mfagginMattia Faggin
andauthored
PWGHF: fix L(1520) PDG code. (#7886)
* Fix L(1520) PDG code. * Fix Clang format. --------- Co-authored-by: Mattia Faggin <mfaggin@cern.ch>
1 parent fb572ba commit f9b14df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGHF/TableProducer/candidateCreator3Prong.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ struct HfCandidateCreator3ProngExpressions {
529529
std::array<int, 2> arrPDGDaugh;
530530
std::array<int, 2> arrPDGResonant1 = {kProton, 313}; // Λc± → p± K*
531531
std::array<int, 2> arrPDGResonant2 = {2224, kKPlus}; // Λc± → Δ(1232)±± K∓
532-
std::array<int, 2> arrPDGResonant3 = {3124, kPiPlus}; // Λc± → Λ(1520) π±
532+
std::array<int, 2> arrPDGResonant3 = {102134, kPiPlus}; // Λc± → Λ(1520) π±
533533
std::array<int, 2> arrPDGResonantDPhiPi = {333, kPiPlus}; // Ds± → Phi π± and D± → Phi π±
534534
std::array<int, 2> arrPDGResonantDKstarK = {313, kKPlus}; // Ds± → K*(892)0bar K± and D± → K*(892)0bar K±
535535

0 commit comments

Comments
 (0)