Reconstruction library for a 3D [LiquidO](https://liquido.ijclab.in2p3.fr/overview/) detector. # Installation Git clone this repository then can be installed using pip: ``` git clone git@github.com:ewanwm/LiquidRecO.git pip install ./LiquidRecO/ ``` # Usage After installing, you can use the liquidreco app to run the reconstruction: ``` liquidreco -i ``` This app has many options and is highly configurable. To see the varius options you can do ``` liquidreco -h ```