Modify ↓
#208 closed enhancement (fixed)
Allow containers in decay treatment
Reported by: | Frank Siegert | Owned by: | Stefan Hoeche |
---|---|---|---|
Priority: | minor | Milestone: | rel-1.4.0 |
Component: | Unknown | Version: | 0.trunk |
Keywords: | Cc: |
Description (last modified by )
It would be nice, if it was possible to use containers in the decay treatment. Example use case:
(run){ PARTICLE_CONTAINER 9923[m:-1] Zgamma 23 22 }(run) (processes){ Process 93 93 -> 9923[a] 24[b] 93{2} Decay 9923[a] -> 11 -11 Decay 24 -> -11 12 [...] End process }(processes)
Even if only Comix can use that it would already be quite useful.
Attachments (0)
Change History (3)
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 13 years ago by
Description: | modified (diff) |
---|
Note: See
TracTickets for help on using
tickets.
Implemented on trunk r18762. Note that the solution to ticket #203 requires that particle containers have a unique mass, which is normally set by their constituents. If a Z/y-container is constructed, this mechanism must be disabled by setting the mass to -1 explicitly