PyLamarr
Pythonizations for the ultra-fast simulation option for the LHCb experiment
 
Loading...
Searching...
No Matches
_defaults.py
1from pydantic import Field
2from PyLamarr import RemoteResource
3
4default_lib = ("https://github.com/LamarrSim/SQLamarr/raw/master/temporary_data/"
5 "models/lhcb.trk.2016MU.20230128.so")
6
7default_lib_field = Field(default_factory=lambda: RemoteResource(default_lib))
8