Modify ↓
Opened 14 years ago
Closed 14 years ago
#173 closed defect (fixed)
MCFM interface for WW production exits in example setup
Reported by: | Frank Siegert | Owned by: | Frank Krauss |
---|---|---|---|
Priority: | minor | Milestone: | rel-1.4.0 |
Component: | Unknown | Version: | 1.3.0 |
Keywords: | Cc: |
Description
The example setup LHC_WW_PH
produces the following error message:
Warning in MCFM_qqb_vv_Getter::operator: Try to initialise process qqb->VV in MCFM. Inconsistent setting with Sherpa: Yuk(b) = 4.8 (should be 0), model = SM(should be 'SM', and top on = 1(should be 1 for WW). Will exit the run
There seem to be two issues:
- The interface code requires
ACTIVE[6]=0
, contrary to what the error message says. Which one is correct? - By asking for
b.Yuk()==0
in the interface one requiresMASSIVE[5]=0
andMASS[5]=0.0
. Is the real intention here to requireYUKAWA_B=0
, i.e. disabling the corresponding bbH vertices?
Attachments (1)
Change History (4)
comment:1 Changed 14 years ago by
Owner: | changed from support@sherpa-mc.de to Frank Krauss |
---|---|
Priority: | major → minor |
Status: | new → assigned |
comment:2 Changed 14 years ago by
I have committed a fix (r17455) which makes it use MODEL::s_model->ScalarConstant("Yukawa_b")
instead of Flavour(kf_b).Yuk()
. This was the main issue I was raising in this bug report. The typo in the top error message was also fixed, together with a few other minor issues. I'm attaching it as a patch to this bug report, in case any users are interested.
Changed 14 years ago by
Attachment: | sherpa-mcfm-yuk.patch added |
---|
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
The error message may be shit, but the gist is correct. The MCFM interface makes the following assumptions:
I'm going to check the settings, but I guess this in a minor nuisance only.
There is, however, a follow-up question: We must figure a way to enforce 4-flavour PDFs ... .