DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
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.

4def 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