Opened 8 years ago
Closed 8 years ago
#820 closed defect (fixed)
Bug in Pythia Interface for semileptonic decays
Reported by: | Bijan Chokoufe Nejad | Owned by: | Bijan Chokoufe Nejad |
---|---|---|---|
Priority: | P0 | Milestone: | v2.6.0 |
Component: | shower | Version: | 2.4.0 |
Severity: | normal | Keywords: | |
Cc: |
Description
Here is a reduced test case to reproduce the problem that Mikael reported.
process ww_sl0muq = e1, E1 => u:c:U:C, d:s:b:D:S:B,e2:E2,n1:n2:n3:N1:N2:N3 iterations = 1:200 seed = 814995 ! OPAL tune: $ps_PYTHIA_PYGIVE = "MSTJ(28)=0; PMAS(25,1)=120.; PMAS(25,2)=0.3605E-02; MSTJ(41)=2; MSTU(22)=2000; PARJ(21)=0.40000; PARJ(41)=0.11000; PARJ(42)=0.52000; PARJ(81)=0.25000; PARJ(82)=1.90000; MSTJ(11)=3; PARJ(54)=-0.03100; PARJ(55)=-0.00200; PARJ(1)=0.08500; PARJ(3)=0.45000; PARJ(4)=0.02500; PARJ(2)=0.31000; PARJ(11)=0.60000; PARJ(12)=0.40000; PARJ(13)=0.72000; PARJ(14)=0.43000; PARJ(15)=0.08000; PARJ(16)=0.08000; PARJ(17)=0.17000; MSTP(125)=2; MSTP(3)=1;MSTP(71)=1" ?ps_fsr_active = true $shower_method = "PYTHIA6" ?ps_taudec_active = true n_events = 1 sqrts = 500 GeV simulate ( ww_sl0muq )
Run it with whizard *sin --debug shower
and you directly see that the sum of outgoing momenta is not balanced. Interestingly, if I disable the $ps_PYTHIA_PYGIVE
command, this does not happen in 100 events.
Attachments (1)
Change History (5)
comment:1 Changed 8 years ago by
Milestone: | v2.5.0 → v2.6.0 |
---|---|
Priority: | P3 → P0 |
comment:2 Changed 8 years ago by
comment:4 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
#814 is about to be merged and the other issue was the usage of MSTP(125)=2, which if I understood Mikael correctly, they will stop using in the future and rely on the history instead.
Note: See
TracTickets for help on using
tickets.
There is some more information by Mikael Berggren coming in 2017-05-24: