There are several places in daqconf/python/daqconf that the get_segment_apps python function is defined. It would be great if a single reusable definition were provided instead.
I noticed this when working to restore the ability to specify non-standard output directories in integtests (e.g. here), and in that work, I used the definition of get_segment_apps from get_session_apps.py.
There are several places in
daqconf/python/daqconfthat theget_segment_appspython function is defined. It would be great if a single reusable definition were provided instead.I noticed this when working to restore the ability to specify non-standard output directories in integtests (e.g. here), and in that work, I used the definition of
get_segment_appsfrom get_session_apps.py.