Skip to content

MadGraphControl patch for decays

Zach Marshall requested to merge zmarshal/athena:21.6_MGC_DecayPatch into 21.6

Our setup allowed people to either provide a full decay block or to specify a new width. The identification of which they were setting was case-sensitive, and some of our helper functions used the "wrong" case. This has been patched both ways: the helper function now uses upper case like everything else, and the test is no longer case-sensitive.

This fixes an issue from ATLMCPROD-9060

Merge request reports