Modify ↓
#163 closed defect (fixed)
Massive initial states seem not to work - four mom conservation fails
Reported by: | Frank Krauss | Owned by: | support@sherpa-mc.de |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Unknown | Version: | 0.trunk |
Keywords: | Cc: |
Description
Run card is attached.
Attachments (1)
Change History (6)
Changed 14 years ago by
Attachment: | Run.LHCB_PDFs.dat added |
---|
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
I can reproduce these, they seem to come from the beam remnants, since BEAM_REMNANTS=Off
gets rid of them.
Aside: The syntax in your scale definition is wrong, it has to be MPerp2(...).
Here is a minimal Run.dat
to reproduce this:
(run){ EVENTS 1000000; EVENT_GENERATION_MODE Weighted; MASSIVE[5] = 1 FRAGMENTATION=Off BEAM_1 2212; BEAM_ENERGY_1 3500; BEAM_2 2212; BEAM_ENERGY_2 3500; }(run) (processes){ Process 93 5 -> 13 -13 5 Order_EW 2; End process; }(processes) (selector){ PT 5 5 E_CMS; PT -5 5 E_CMS; PT 13 5 E_CMS; Mass 13 -13 15 E_CMS; }(selector)
comment:3 Changed 14 years ago by
This issue is solved with r17318. A problem in the CSS remains, which leads to 4-momentum violations and occurs every ~10000 events.
Note: See
TracTickets for help on using
tickets.
Two types of error messages:
While 1. is kind of rare (3 incidents in 10k events), 2. happens in about 1% of events.
I suspect I should add a masscut on the three outgoing objects, but I thought this was implicitly already done.