Skip to content

bugfix: MASS must be capitalized in the param_blocks

Giordon Holtsberg Stark requested to merge gstark/athena:21.6 into 21.6

./cc @zmarshal @shion @mhance

Well, there it is

Why? https://gitlab.cern.ch/atlas/athena/blob/21.6/Generators/MadGraphControl/python/MadGraphUtils.py#L1271-1276

def SUSY_Generation(runArgs = None, process=None,\
                    syst_mod=None, keepOutput=False, param_card=None, writeGridpack=False,\
                    madspin_card=None, run_settings={}, params={}, fixEventWeightsForBridgeMode=False):

    ktdurham = run_settings['ktdurham'] if 'ktdurham' in run_settings else None
    ktdurham , alpsfact , scalefact = get_SUSY_variations( params['MASS'] , syst_mod , ktdurham=ktdurham )

is expecting params['MASS'] and not params['Mass'].

Edited by Giordon Holtsberg Stark

Merge request reports