Skip to content

Handling of all PDF uncertainty sets #494

@henningbahl

Description

@henningbahl

Hi,

We tried using adding the pdf uncertainty as a systematic in our Madminer setup. We used the MSTW pdf set and the systematic was not recognized after the MG run.

We think that the block

if (
      "mg_reweighting" in wg_name.lower()
      or "pdf" not in wg_name.lower()
      or "ct" not in wg_name.lower()
      or systematic.value not in wg_name.lower()
  ):

in madminer/utils/interfaces/lhe.py should be extended to allow also for PDF sets not containing the strings pdf or ct.

Best,
Henning

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions