Opened 11 years ago
Closed 11 years ago
#598 closed defect (fixed)
broken decays with pdfs
Reported by: | fbach | Owned by: | kilian |
---|---|---|---|
Priority: | P0 | Milestone: | v2.2.0 |
Component: | core | Version: | 2.2.0beta |
Severity: | normal | Keywords: | |
Cc: |
Description
Decay of on-shell produced particles fails when proton pdfs are called in the production process (comment out the beams statement in decay.sin for a cross-check). Confirmed for Wp, Wm, t, T in the final state.
Attachments (1)
Change History (5)
Changed 11 years ago by
comment:1 Changed 11 years ago by
Priority: | P3 → P1 |
---|
comment:2 Changed 11 years ago by
Priority: | P1 → P0 |
---|---|
Status: | new → assigned |
Yes, looks like an oversight. I should tell the program not to apply the beam structure where it doesn't make sense.
comment:3 Changed 11 years ago by
It's rooted deeper - I was a bit optimistic about automagic connection of production and decay. Needs some additional information passing at low level, good that it surfaced now.
comment:4 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in r5291. Use the flavor information of the process instance (where the beams are included), not the original process.
An essential bug :(