Opened 13 years ago
Closed 13 years ago
#464 closed defect (fixed)
Phase space for off-shell decays of resonances
Reported by: | Juergen Reuter | Owned by: | kilian |
---|---|---|---|
Priority: | P0 | Milestone: | v2.0.7 |
Component: | core | Version: | 2.0.6 |
Severity: | critical | Keywords: | phase space |
Cc: |
Description (last modified by )
There still seem to be several problems concerning the W2 phase space! Consider the problem by the Dresden people.
Problem: Finding the Higgs resonance in a far off-shell set-up in WW fusion.
Attachments (3)
Change History (12)
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 13 years ago by
Type: | task → defect |
---|
comment:3 Changed 13 years ago by
Status: | new → assigned |
---|
comment:4 Changed 13 years ago by
Discussion with the experimentalists: this defect should be solved until the release 2.0.7, March 18.
comment:5 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Summary: | WHIZARD Phase Space Control → Phase space for off-shell decays of resonances |
OK, this was a tricky one. At least, I now understand the problem.
In the off-shell Higgs decay, the upper limit for the W* mass in the decay is mH - mW (the other W being on shell). This is 50 GeV for the given kinematics. In theory.
However, in practice the Higgs is resonant, but not forced on-shell. Hence the actual maximum allowed W* mass is the collider c.m. energy. Since Whizard generates squared masses, the ratio (mH-mW)/sqrts is squared.
In the phase-space channel which has the appropriate structure (Higgs resonance with off-shell decay), the decay events therefore populate only a tiny fraction of the initial range. VAMP can adapt to that, but it needs several iterations, and there is a chance that the interesting region is not found at all. Thus the Higgs-decay kinematics is sometimes discarded, and it gets worse if increased collider energy.
Even if I force Whizard to find it (by manually restricting the phs channels), there is a huge loss of efficiency if an event happens to fall just above the last bin boundary. This is an effect of the discretization. The result are fluctuations in the reweighting efficiency of order 100.
The lesson is that off-shell decays require a special mapping of the phase space of their decay products, which is different from the on-shell counterpart. I'll try to find an implementation.
comment:6 Changed 13 years ago by
Priority: | P1 → P0 |
---|
Thanks, WK, for the efforts up to now. I guess event for ILC and CLIC physics this is of utmost importance!
comment:7 Changed 13 years ago by
WK has potentially found a working parameterization ("Karte"). He has to finish implementation and testing...
comment:8 Changed 13 years ago by
Update: I have two alternative implementations of the new 'step' mapping, which handles phase space that is effectively populated only up to some resonance mass. They seem to be working fine, but I'll do some more testing before making this the default.
Some modification in cascades.f90 is also required, to enforce 'phs_keep_nonresonant=true' for the relevant cases.
Changed 13 years ago by
Attachment: | whizard.log added |
---|
WHIZARD output (10x1M for adaptation), 3 different mapping settings
Changed 13 years ago by
Attachment: | whizard.2.log added |
---|
WHIZARD output (20x100k for adaptation), 3 different mapping settings
comment:9 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Seems to work now.
I attach a test case: pp -> u d e- e+ mu- mu+, in a setting which contains a narrow Higgs with off-shell decay (in VBS scattering). The previous setup fails to find the Higgs resonance in phase space and yields a wrong result, even with high statistics (10x1M for adaptation). The new setting succeeds. If the statistics is lowered (20x200k for adaptation), the first mapping implementation (exponential) also fails, while the second one (hyperbolic) is more robust.
Still, with 200k per iteration more than 10 iterations are required before the off-shell Higgs is described by the adapted phase space. This should be kept in mind. (100k are still ok, but even more iterations needed.)
The new setup requires ?phs_keep_nonresonant=true, which results in a larger number of phs channels. In cases where no off-shell decays are present, the user may turn this off to speed things up. However, I change the default here to be on the safe side.
I make the new setup the default in r3741 and close the ticket, fingers crossed ...
This might be a general problem with the parameterization of off-shell decays.