Updating VHHSamples cross sections used in VHH analysis
2 unresolved threads
2 unresolved threads
Updating VHHSamples cross section numeric values from LO to NLO
Merge request reports
Activity
Hi @lowang ,
looks good to me! Just one question: the sample list now contains 8 points, which means that the default VHH model (see the code block below) performs some averaging. This is intended, right?
1269 1271 # model used for the combination 1270 1272 model_default = create_model("model_default", skip_ggf=[(0, 1)], skip_vbf=[(0.5, 1, 1)]) 1271 1273 model_default_vhh = create_model("model_default_vhh", skip_ggf=[(0, 1)], skip_vbf=[(0.5, 1, 1)], 1272 1274 skip_vhh=[]) mentioned in commit baab4650
Please register or sign in to reply