DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dunedaq
env
Functions
dunedaq.env Namespace Reference
Functions
get_moo_model_path
()
Function Documentation
◆
get_moo_model_path()
dunedaq.env.get_moo_model_path
(
)
Gets the moo model path.
Definition at line
4
of file
env.py
.
4
def
get_moo_model_path():
5
"""
6
Gets the moo model path.
7
"""
8
return
[os.path.join(p,
'schema'
)
for
p
in
os.environ.get(
"DUNEDAQ_SHARE_PATH"
,
""
).split(
':'
)]
9
10
Generated on Sat Jun 28 2025 for DUNE-DAQ by
1.12.0