Skip to content

WIP: deactivating HLT_mb_sptrk_L1RD0_FILLED and HLT_timeburner_L1All

As mentioned in ATR-21613 this MR is the attempt to deactivate

HLT_mb_sptrk_L1RD0_FILLED
HLT_timeburner_L1All

The way its being done is by assigning "Online" group to these triggers currently I am getting a compilation error

Traceback (most recent call last):
  File "/afs/cern.ch/work/d/dbakshig/public/menuExpert/build/x86_64-centos7-gcc8-opt/bin/generateL1TopoMenuMT.py", line 80, in <module>
    sys.exit( main() )
  File "/afs/cern.ch/work/d/dbakshig/public/menuExpert/build/x86_64-centos7-gcc8-opt/bin/generateL1TopoMenuMT.py", line 40, in main
    generateL1TopoMenu(menu=sys.argv[1])
  File "/afs/cern.ch/work/d/dbakshig/public/menuExpert/build/x86_64-centos7-gcc8-opt/bin/generateL1TopoMenuMT.py", line 16, in generateL1TopoMenu
    TF.triggerMenuSetup = menu
  File "/cvmfs/atlas-nightlies.cern.ch/repo/sw/master_Athena_x86_64-centos7-gcc8-opt/2020-06-24T2139/Athena/22.0.15/InstallArea/x86_64-centos7-gcc8-opt/python/AthenaCommon/JobProperties.py", line 516, in __setattr__
    property_obj.StoredValue=n_value
  File "/cvmfs/atlas-nightlies.cern.ch/repo/sw/master_Athena_x86_64-centos7-gcc8-opt/2020-06-24T2139/Athena/22.0.15/InstallArea/x86_64-centos7-gcc8-opt/python/AthenaCommon/JobProperties.py", line 279, in __setattr__
    (n_value, self._context_name)
ValueError:  TriggerValidation is not the expected type and/or the value is not allowed for: JobProperties.Rec.Trigger.triggerMenuSetup
Traceback (most recent call last):
  File "/afs/cern.ch/work/d/dbakshig/public/menuExpert/build/x86_64-centos7-gcc8-opt/bin/generateL1MenuRun3.py", line 85, in <module>
    sys.exit( main() )
  File "/afs/cern.ch/work/d/dbakshig/public/menuExpert/build/x86_64-centos7-gcc8-opt/bin/generateL1MenuRun3.py", line 80, in main
    generateL1Menu(menu=cmdline.menu, cmdline=cmdline)
  File "/afs/cern.ch/work/d/dbakshig/public/menuExpert/build/x86_64-centos7-gcc8-opt/bin/generateL1MenuRun3.py", line 33, in generateL1Menu
    TriggerFlags.triggerMenuSetup = menu
  File "/cvmfs/atlas-nightlies.cern.ch/repo/sw/master_Athena_x86_64-centos7-gcc8-opt/2020-06-24T2139/Athena/22.0.15/InstallArea/x86_64-centos7-gcc8-opt/python/AthenaCommon/JobProperties.py", line 516, in __setattr__
    property_obj.StoredValue=n_value
  File "/cvmfs/atlas-nightlies.cern.ch/repo/sw/master_Athena_x86_64-centos7-gcc8-opt/2020-06-24T2139/Athena/22.0.15/InstallArea/x86_64-centos7-gcc8-opt/python/AthenaCommon/JobProperties.py", line 279, in __setattr__
    (n_value, self._context_name)
ValueError:  TriggerValidation is not the expected type and/or the value is not allowed for: JobProperties.Rec.Trigger.triggerMenuSetup
cp: cannot stat 'L*.xml': No such file or directory
[100%] Built target build_menu_TriggerValidation

Merge request reports