https://github.com/deeplearnphysics/pi0_reco
pi0 reconstruction chain
https://github.com/deeplearnphysics/pi0_reco
Last synced: 12 months ago
JSON representation
pi0 reconstruction chain
- Host: GitHub
- URL: https://github.com/deeplearnphysics/pi0_reco
- Owner: DeepLearnPhysics
- Created: 2019-06-18T21:29:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-13T19:53:26.000Z (about 6 years ago)
- Last Synced: 2025-04-13T00:35:07.418Z (12 months ago)
- Language: Python
- Size: 101 KB
- Stars: 0
- Watchers: 6
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pi0_reco
Pi0 reconstruction for LArTPC detectors
The [pi0](./pi0) folder contains a python module that can be invoked as:
```python
import pi0
```
Put functions in either [pi0](./pi0) or [pi0/utils](./pi0/utils) folders, and load them in your own jupyter analysis notebooks. We can add additional directories if necessary
General Contribution Rules:
1. Fork your own copy from github, and create a pull request to contribute
2. Generic LArTPC reconstruction code should go into [lartpc-mlreco3d](https://github.com/DeepLearnPhysics/lartpc_mlreco3d)
3. __No Jupyter Notebooks!__
4. Make sure temporary/generated files are in `.gitignore` and not committed.
5. Please comment your code and put a docstring at the head of functions.