#326 closed defect (wontfix)
particle/antiparticle confusion in O'Mega restrictions
Reported by: | Juergen Reuter | Owned by: | ohl |
---|---|---|---|
Priority: | P2 | Milestone: | v2.6.0 |
Component: | omega | Version: | 2.0.2 |
Severity: | normal | Keywords: | diagram generator |
Cc: |
Description
For processes with restrictions on the s-channel the particles seem to be switched into their antiparticles. Example:
omega_SM.opt -cascade '1+2~e-' -scatter "e- A -> e- A"
gives no valid diagram, while
omega_SM.opt -cascade '1+2~e+' -scatter "e- A -> e- A"
gives the diagram as expected. Should be a trivial thing.
Change History (9)
comment:1 Changed 15 years ago by
Status: | new → assigned |
---|
comment:2 Changed 15 years ago by
According to our bug fixing policy this should be handled quickly, if there is no easy, working solution for it we should document this behavior, but I find it strange.
comment:3 Changed 15 years ago by
Milestone: | v2.0.3 → v2.1 |
---|
I could use a hack to fix this trivially, but this hack wouldn't break decays only by accident and could cause problems down the road. I'd rather implement a correct solution that takes care of all differences between scatterings and decays.
comment:4 Changed 14 years ago by
Isn't the solution just to cross all incoming particles in the restrictions??
comment:5 Changed 14 years ago by
Priority: | P3 → P2 |
---|
comment:6 Changed 9 years ago by
Milestone: | v2.3.1 → v2.4.0 |
---|
comment:7 Changed 9 years ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Well,
works. But I agree that this behaviour might be seen as counter intuitive. I'll probably change it.