-
Notifications
You must be signed in to change notification settings - Fork 201
tunable ratio of ccbar and bbbar for embedding #2435
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| #NEV_TEST> 10 | ||
| ### The external generator derives from GeneratorPythia8. | ||
| [GeneratorExternal] | ||
| fileName=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGHF/external/generator/generator_pythia8_embed_hf.C | ||
| funcName=GeneratorPythia8EmbedHFRatio(3.0) | ||
|
|
||
| [GeneratorPythia8] | ||
| config=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGHF/pythia8/generator/pythia8_charmhadronic_with_decays_Mode2_hardQCD_5TeV.cfg | ||
| includePartonEvent=true |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -107,7 +107,7 @@ BeamRemnants:saturation 5 | |
| 4122:addChannel = 1 0.04500 100 2224 -321 ### Λc+ -> Delta++ K- 1.08% | ||
| 4122:addChannel = 1 0.09000 100 102134 211 ### Λc+ -> Lambda(1520) K- 2.20e-3 | ||
| ### Λc+ -> p K0S (36%) | ||
| 4122:addChannel = 1 0.36000 0 2212 311 ### Λc+ -> p K0S 1.59% | ||
| 4122:addChannel = 1 0.36000 0 2212 310 ### Λc+ -> p K0S 1.59% | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In principle this should work in pythia, but did you check that this works?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, I did a private test, and it works. |
||
| ### Λc+ -> p K- π+ π0 (small, 3%) | ||
| 4122:addChannel = 1 0.03000 0 2212 -321 211 111 ### Λc+ -> p K- π+ π0 (non-resonant) 4.6% | ||
| ### Λc+ -> p π- π+ (12.50%) | ||
|
|
@@ -256,7 +256,7 @@ BeamRemnants:saturation 5 | |
| 431:onIfMatch = 221 211 | ||
|
|
||
| ### Λc -> pK0s | ||
| 4122:onIfMatch = 2212 311 | ||
| 4122:onIfMatch = 2212 310 | ||
| ### Λc -> p K- π+ π0 | ||
| 4122:onIfMatch = 2212 321 211 | ||
| ### Λc -> p K* | ||
|
|
||

Uh oh!
There was an error while loading. Please reload this page.