-
Notifications
You must be signed in to change notification settings - Fork 180
Add replacement config to generator_pythia8 to replace D*/Sigmac+ by Xic0/Omegac0 #2186
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
base: master
Are you sure you want to change the base?
Conversation
This configuration file sets up the Pythia8 generator for charm hadronic processes, specifying decay modes and parameters for various charm and bottom hadrons. It includes detailed channels for D, Ds, Lambda_c, Xi_c, and Omega_c decays, as well as adjustments for resonance decays.
Updated the destructor to clean up the HF generator and modified the setupGeneratorEvHF method to include additional parameters for particle replacement.
Refactor replaceParticle function to check status code before replacing particles.
|
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
fgrosa
left a comment
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 @FDUEnrich thanks a lot for the development!
I have a few comments (see below) and in addition you need to add the test macro corresponding to the new ini file in https://github.com/AliceO2Group/O2DPG/tree/master/MC/config/PWGHF/ini/tests (it is required for every ini file).
MC/config/PWGHF/ini/GeneratorHF_D2H_ccbar_and_bbbar_PbPb_replaced.ini
Outdated
Show resolved
Hide resolved
MC/config/PWGHF/ini/GeneratorHF_D2H_ccbar_and_bbbar_PbPb_replaced.ini
Outdated
Show resolved
Hide resolved
MC/config/PWGHF/pythia8/generator/pythia8_charmhadronic_decays_Mode2_hardQCD_5TeV_XicOmegaC.cfg
Show resolved
Hide resolved
…ced.ini Co-authored-by: Fabrizio <fabrizio.grosa@cern.ch>
…ced.ini Co-authored-by: Fabrizio <fabrizio.grosa@cern.ch>
Updated decay modes for charm baryons and added new channels for Omega_c decays.
Test if the replacements and the decay model are correct.
|
@klsmith15k apparently the test macro for GeneratorHF_D2H_ccbar_and_bbbar_gap5_Mode2_CharmBaryons_pp_ref.ini that you committed is missing. Can you please implement it and open a PR? Thanks! |
|
Hi @jackal1-66 @sawenzel would it be possible to restart the tests for this PR? The error should have been solved in #2199. Many thanks! |
|
Hello, there are few tests still failing: and Could you please check them out? |
|
Also I checked a bit further and noticed that these tests: Generate more than 2000 Pythia events to complete. Could you please add the line |
Hi @jackal1-66 thanks a lot for the suggestion! I reduced the number of test events in this PR #2216. I also fixed the ones crashing, and reduced even more than 10 the number for few |
No description provided.