Skip to content
Snippets Groups Projects

athenaHLT: remove usage of python include when running from DB/JSON

Merged Frank Winklmeier requested to merge fwinkl/athena:fwinkl_20230214T102644 into master
  1. Feb 14, 2023
    • Frank Winklmeier's avatar
      athenaHLT: remove usage of python include when running from DB/JSON · 38268528
      Frank Winklmeier authored
      When running in athenaHLT from the DB or JSON files, we use
      `TrigPSCPythonDbSetup.py` to setup a minimal Python environment. Change
      this file from being an "include file" to a Python module.
      
      Introduce helpers functions to alternatively include or import the file
      based on its file name extension. This will be important to support
      CA-based configurations.
      38268528
Loading