DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dunedaq
sourcecode
opmonlib
python
opmonlib
conf.py
Go to the documentation of this file.
1
from
dataclasses
import
dataclass
2
3
4
@dataclass
5
class
OpMonConf
:
6
"""Define all OpMon configuration parameters."""
7
8
opmon_type: str
9
bootstrap: str
10
topic: str
11
level: int
12
interval_s: float
13
path: str
14
session: str
15
application: str
opmonlib.conf.OpMonConf
Definition
conf.py:5
Generated on Sat Jun 28 2025 for DUNE-DAQ by
1.12.0