Skip to content

MG python systematics module for NLO, adding dynamic alternative scales to base fragment

Hannes Mildner requested to merge hmildner/athena:21.6-mg-dynscales into 21.6

Two changes to MadGraph systematic:

  1. Switching to python systematics module for NLO
  • advantage: more flexible, easy to change pdfs after gp integration, consistent with LO (which should allow us to get rid of much of the MadGraphSystematicsUtils code once this is established)
  • disadvantage: slower (2000evnts/min)
  1. Adding 'alternative_dynamic_scales' option to base fragment

Merge request reports