Opened 11 years ago
Closed 10 years ago
#296 closed defect (fixed)
Amegic cluster algorithm: wrong colour flow for H->gg decays in the SM+EHC model
Reported by: | elunghi@indiana.edu | Owned by: | support@sherpa-mc.de |
---|---|---|---|
Priority: | major | Milestone: | rel-2.1.1 |
Component: | Unknown | Version: | 2.1.0 |
Keywords: | Cc: |
Description (last modified by )
There seems to be a problem with the Higgs-gluon-gluon effective interaction in the model SM+EHC when using HARD_DECAYS.
If I generate "93 93 -> 23 25" in the SM with HARD_DECAYS = 1 correctly generate events decaying the W, Z and H (See Run.dat.SM and logSM).
If I simply replace SM->SM+EHC, the event generation fails with an "Invalid Color Flow" (See Run.dat.SMEHC and logSMEHC). If, after generating the decay tables, I edit by hand the file "Results/Decays/h0" and set the H->gg width to 0, event generation succeeds.
PS1: Note that the problem persists whether I decay or not the taus
PS2: the log files I posted where obtained with Sherpa 2.1.0 on Ubuntu installed on a virtual machine on a mac. I obtain similar results with Sherpa 2.0.0 installed directly on the mac (in this case I have to add MASSIVE[15]=1 or Sherpa won't generate the tau decay table).
PS3: apparently the problem appears even without HARD_DECAYS. In fact, the same error appears if I try to generate events in which the Higgs is explicitly decayed to gg in SM+EHC. See the Run.dat.SMEHC.direct
Attachments (5)
Change History (12)
Changed 11 years ago by
Attachment: | Run.dat.SM added |
---|
Changed 11 years ago by
Changed 11 years ago by
Attachment: | Run.dat.SMEHC added |
---|
Changed 11 years ago by
comment:1 Changed 11 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 11 years ago by
Description: | modified (diff) |
---|
Changed 11 years ago by
Attachment: | Run.dat.SMEHC.direct added |
---|
comment:3 Changed 10 years ago by
Summary: | HARD_DECAYS not working for Higgs decays in the SM+EHC model → Amegic cluster algorithm: wrong colour flow for H->gg decays in the SM+EHC model |
---|
comment:4 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 Changed 10 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
While everything works fine on current trunk now, up-to-date rel-2-1-1 still has issues. Depending if YFS is on or off I get the errors:
Sherpa: Hard_Decay_Handler::AddPhotonsClustering throws fatal error:
Adding QED to coloured particle.
Sherpa: Hard_Decay_Handler::AddDecayClustering throws fatal error:
Colour partner not found
Looking a it I am not easily able to debug the issue, i.e. identify the relevant difference between versions.
Any help is appreciated.
Steffen
comment:6 Changed 10 years ago by
Korinna reported a similar issue the other day for VVV... but I don't know whether Marek has already looked at it.
comment:7 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
This should have been fixed with r24064 (trunk), r24067(rel-2-1-1). The issue was that the fix for the colour assignment in the above case (singlet -> octet octet) was now also assigning octet colour indices for singlet -> singlet singlet cluster sequences. This interfered with fail-safes preventing YFS-photons to be clustered with colour-charged particles.
Please reopen if the problem persists.
Indeed, even without any
HARD_DECAYS
involved, i.e. with Run.dat.SMEHC.direct, this does not get the correct colour flow from the cluster algorithm. The debugging output shows a cluster amplitude with the two gluons in (anti)triplet colour state:So this seems to be a problem in the Amegic cluster algorithm. Any ideas from the Amegic gurus? ;-)