DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
conf.py
Go to the documentation of this file.
1from dataclasses import dataclass
2
3
4@dataclass
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