DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dunedaq
sourcecode
daq-cmake
python
dunedaq
env.py
Go to the documentation of this file.
1
import
os.path
2
3
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
dunedaq.env.get_moo_model_path
get_moo_model_path()
Definition
env.py:4
Generated on Sat Jun 28 2025 for DUNE-DAQ by
1.12.0