-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PWGHF: fix PDG code of L(1520) in Lc decays. #1673
Conversation
REQUEST FOR PRODUCTION RELEASES:
This will add The following labels are available |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @mfaggin, nice that you spotted this issue. From a quick grep I found another PWGHF file not yet fixed PWGHF/pythia8/decayer/force_hadronic_D.cfg
, could you modify it too?
Moreover, the same issue affects configurations under PWGGAJE
, PWGDQ
, PWGEM
, PWGLF
. Maybe we should propagate this information to the relevant people.
thanks @fcatalan92 , I've fixed it also in the additional file that you found. |
Hi @mfaggin @fcatalan92 thanks! Regarding |
@AliceO2Group/reviewers-pwg-je, @AliceO2Group/reviewers-pwg-dq, @AliceO2Group/reviewers-pwg-em, @AliceO2Group/reviewers-pwg-lf |
* Fix PDG code of L(1520) in Lc decays. * Fix L(1520) PDG code also in testers. * Fix PDG code also in force_hadronic_D.cfg. --------- Co-authored-by: Mattia Faggin <[email protected]> (cherry picked from commit 328c826)
* Fix PDG code of L(1520) in Lc decays. * Fix L(1520) PDG code also in testers. * Fix PDG code also in force_hadronic_D.cfg. --------- Co-authored-by: Mattia Faggin <[email protected]> (cherry picked from commit 328c826)
* Fix PDG code of L(1520) in Lc decays. * Fix L(1520) PDG code also in testers. * Fix PDG code also in force_hadronic_D.cfg. --------- Co-authored-by: Mattia Faggin <[email protected]> (cherry picked from commit 328c826)
* Fix PDG code of L(1520) in Lc decays. * Fix L(1520) PDG code also in testers. * Fix PDG code also in force_hadronic_D.cfg. --------- Co-authored-by: Mattia Faggin <[email protected]> (cherry picked from commit 328c826)
label async-pp-2023-apass4 was removed by mistake, readding |
@fcatalan92 @fgrosa @fcolamar @stefanopolitano @DelloStritto triggered by a couple of unexpected things in analysis, I started debugging a bit our MC productions and I found that apparently the PDG code of the Lambda(1520) is wrong in our PYTHIA configurations.
Apparently the correct PDG code is 102134 as listed in the manual https://pythia.org/latest-manual/Welcome.html
>> Particles and Decays >> Particle Data
, and not 3124 as written when adding and forcing the decayLc --> Lambda(1520)pi
. For some reasons, the correct PDG code was there already for the forcing of theLambda(1520) --> pK
.Just as an example, I have tested it with the Pb-Pb generator
MC/config/PWGHF/external/generator/generator_pythia8_embed_hf.C
using the bash script here https://cernbox.cern.ch/s/BdlYlDpPXFRhZmy (10 generated events, w/o anchoring and w/o embedding), forcing all Lc hadrons to decay into the channelLc --> Lambda(1520)pi
(see thic config https://cernbox.cern.ch/s/WxM6pgRGcc2BSYT, which is https://github.com/AliceO2Group/O2DPG/blob/master/MC/config/PWGHF/pythia8/generator/pythia8_charmhadronic_with_decays_Mode2_hardQCD_5TeV.cfg just commenting out all other decays) and then I checked the content with this tester https://cernbox.cern.ch/s/82E7SFp01j3nU0m (which is exactly this oneMC/config/PWGHF/ini/tests/GeneratorHF_D2H_ccbar_and_bbbar_PbPb.C
a bit modified just to monitor this specific aspect).Below a screenshot of one of my tests: