DUNE-DAQ
DUNE Trigger and Data Acquisition software
Toggle main menu visibility
Loading...
Searching...
No Matches
dunedaq
sourcecode
conffwk
python
conffwk
__init__.py
Go to the documentation of this file.
1
# DUNE DAQ modification notice:
2
# This file has been modified from the original ATLAS config source for the DUNE DAQ project.
3
# Fork baseline commit: 67a24e731 (2022-10-27).
4
# Renamed since fork: yes (from python/config/__init__.py to python/conffwk/__init__.py).
5
6
from
__future__
import
absolute_import
7
from
.Configuration
import
Configuration
8
from
.ConfigObject
import
ConfigObject
9
from
.
import
dal
10
from
.
import
schema
11
12
13
def
updated_dals
():
14
return
dal.DalBase.updated()
15
16
17
updated_dals.__doc__ = dal.DalBase.updated.__doc__
18
19
20
def
reset_updated_dals
():
21
dal.DalBase.reset_updated_list()
22
23
24
reset_updated_dals.__doc__ = dal.DalBase.reset_updated_list.__doc__
conffwk.reset_updated_dals
reset_updated_dals()
Definition
__init__.py:20
conffwk.updated_dals
updated_dals()
Definition
__init__.py:13
Generated on
for DUNE-DAQ by
1.17.0