Warning
This is an early version of the LEGEND-200 geometry implemented with the python-based simulation stack. It is not a drop-in replacement for MaGe, and still under heavy development!
This package requires a working setup of
legend-metadata
before usage.
Following a git checkout, the package and its other python dependencies can be installed with:
pip install -e .
If you do not intend to edit the python code in this geometry package, you can
omit the -e
option.
After installation, the CLI utility legend-pygeom-l200
is provided on your
PATH. This CLI utility is the primary way to interact with this package. For
now, you can find usage docs by running legend-pygeom-l200 -h
.