Modify ↓
Opened 13 years ago
Closed 13 years ago
#207 closed defect (fixed)
PARTICLE_CONTAINER and Amegic
Reported by: | Frank Siegert | Owned by: | support@sherpa-mc.de |
---|---|---|---|
Priority: | major | Milestone: | rel-1.4.0 |
Component: | Unknown | Version: | 0.trunk |
Keywords: | Cc: |
Description
The following Run.dat
using PARTICLE_CONTAINER
does not work in Amegic: The integration cross section does not stabilise, but diverges.
(run){ BEAM_1=2212 BEAM_2=2212 BEAM_ENERGY_1=3500 BEAM_ENERGY_2=3500 FRAGMENTATION=Off MASSIVE[5]=1 PARTICLE_CONTAINER 905 bottoms 5 -5 ME_SIGNAL_GENERATOR=Amegic }(run) (processes){ Process 93 93 -> 905 905 End process; }(processes) (selector){ PT 905 20.0 E_CMS }(selector)
An identical Run.dat
without PARTICLE_CONTAINER
s works fine:
(run){ BEAM_1=2212 BEAM_2=2212 BEAM_ENERGY_1=3500 BEAM_ENERGY_2=3500 FRAGMENTATION=Off MASSIVE[5]=1 PARTICLE_CONTAINER 905 bottoms 5 -5 ME_SIGNAL_GENERATOR=Amegic }(run) (processes){ Process 93 93 -> 5 -5 End process; }(processes) (selector){ PT 5 20.0 E_CMS }(selector)
Attachments (0)
Note: See
TracTickets for help on using
tickets.
Fixed on trunk with r18737.