Pi0 reconstruction for LArTPC detectors
The pi0 folder contains a python module that can be invoked as:
import pi0
Put functions in either pi0 or pi0/utils folders, and load them in your own jupyter analysis notebooks. We can add additional directories if necessary
General Contribution Rules:
- Fork your own copy from github, and create a pull request to contribute
- Generic LArTPC reconstruction code should go into lartpc-mlreco3d
- No Jupyter Notebooks!
- Make sure temporary/generated files are in
.gitignore
and not committed. - Please comment your code and put a docstring at the head of functions.