-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request