61# TODO (ATR-11854) l1psk, hltpsk, smk should be compared to triggerConfig
62# example below based on old comparison but needs work to retrieve keys and do comparisons of all three keys
63# if 'triggerConfig' in runArgs:
64# retrieve keys from triggerConfig string
65# if 'lvl1key' in triggerConfig:
66# if 'DBlvl1pskey' in runArgs:
67# add check to compare DBlvl1pskey to lvl1key from triggerConfig
68# raise trfExceptions.TransformArgException(trfExit.nameToCode('TRF_ARG_ERROR'), 'Inconsistent definition of lvl1key in --DBlvl1pskey {0} and --triggerConfig {1}'.format(runArgs['DBlvl1pskey'], runArgs['triggerConfig']))
69# else:
70# set lvl1key in triggerConfig
71# if 'DBlvl1pskey' in runArgs and 'triggerConfig' not in option:
72# set lvl1key in triggerConfig
73
74# below based on PyJobTransforms/python/trfJobOptions.py