|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Public Member Functions | |
| set_input_file (self, str input_file_name) | |
| on_mount (self) | |
Static Public Attributes | |
| str | css_file_path = f"{environ.get('DAQCONF_SHARE')}/config/textual_dbe/textual_css" |
| str | CSS_PATH = f"{css_file_path}/main_app_layout.tcss" |
| dict | SCREENS = {"main": MainScreen} |
Static Protected Attributes | |
| _input_file_name = None | |
Definition at line 10 of file main_app.py.
| cider.daq_app.main_app.DbeApp.on_mount | ( | self | ) |
Definition at line 22 of file main_app.py.
| cider.daq_app.main_app.DbeApp.set_input_file | ( | self, | |
| str | input_file_name ) |
Definition at line 19 of file main_app.py.
|
staticprotected |
Definition at line 17 of file main_app.py.
|
static |
Definition at line 12 of file main_app.py.
|
static |
Definition at line 14 of file main_app.py.
|
static |
Definition at line 15 of file main_app.py.