Warning, /drich-dev/doc/athena-branches.md is written in an unsupported language. File is not indexed.
0001 # Working Branches
0002 These are the branches we used for the ATHENA proposal:
0003
0004 | Repository | New Branch | Old Proposal Branch |
0005 | --: | --- | --- |
0006 | `irt` | `irt-init-v02` | `irt-init-v01` |
0007 | `ip6` | `main` | `master` |
0008 | `athena` | `144-irt-geometry` | `irt-init-v01` |
0009 | `eicd` | `irt-data-model` | `irt-init-v01` |
0010 | `juggler` | `73-add-rich-irt-algorithm` | `irt-init-v01` |
0011 | `reconstruction_benchmarks` | `irt-benchmark` | `irt-benchmark` |
0012
0013 ### Commit DAGs
0014 It is useful to watch the commit graphs (DAGs), for a visualization of the commits and branches:
0015 - [`irt`](https://eicweb.phy.anl.gov/EIC/irt/-/network/main)
0016 - [`ip6`](https://eicweb.phy.anl.gov/EIC/detectors/ip6/-/network/master)
0017 - [`athena`](https://eicweb.phy.anl.gov/EIC/detectors/athena/-/network/master)
0018 - [`eicd`](https://eicweb.phy.anl.gov/EIC/eicd/-/network/master)
0019 - [`juggler`](https://eicweb.phy.anl.gov/EIC/juggler/-/network/master)
0020 - [`reconstruction_benchmarks`](https://eicweb.phy.anl.gov/EIC/benchmarks/reconstruction_benchmarks/-/network/master)
0021
0022 Additional upstream DAGs to keep an eye on:
0023 - [`NPDet`](https://eicweb.phy.anl.gov/EIC/NPDet/-/network/master) - expect more changes soon, especially in data model (`src/dd4pod`)
0024
0025 # Active Merge Requests and Issues
0026
0027 ### `irt`
0028 - BRANCH `irt-init-v02` - [MR](https://eicweb.phy.anl.gov/EIC/irt/-/merge_requests/8)
0029 - TODO: merge into `master`
0030 - this is `irt-init-v01`, plus the name change eRICH to pfRICH
0031 - BRANCH `photomultiplierhit-to-trackerhit` - [MR](https://eicweb.phy.anl.gov/EIC/irt/-/merge_requests/9) (merged into `irt-init-v02`)
0032 - BRANCH `erich-2-pfrich` - [MR](https://eicweb.phy.anl.gov/EIC/irt/-/merge_requests/7) (merged into `irt-init-v02`)
0033
0034 ### `athena`
0035 - BRANCH `144-irt-geometry` - [MR](https://eicweb.phy.anl.gov/EIC/detectors/athena/-/merge_requests/331)
0036 - BRANCH `129-update-erich-name` - [MR](https://eicweb.phy.anl.gov/EIC/detectors/athena/-/merge_requests/328) (merged)
0037 - BRANCH `drich-two-mirrors` - [MR](https://eicweb.phy.anl.gov/EIC/detectors/athena/-/merge_requests/260) (draft)
0038
0039 ### `eicd`
0040 - BRANCH `irt-data-model` - [MR](https://eicweb.phy.anl.gov/EIC/eicd/-/merge_requests/70)
0041 - cloned and rebased from `irt-init-v01`
0042
0043 ### `juggler`
0044 - BRANCH `73-add-rich-irt-algorithm` - [MR](https://eicweb.phy.anl.gov/EIC/juggler/-/merge_requests/377)
0045 - cloned and rebased from `irt-init-v01`
0046
0047 ### `reconstruction_benchmarks`
0048 - BRANCH `irt-benchmark` - [MR](https://eicweb.phy.anl.gov/EIC/benchmarks/reconstruction_benchmarks/-/merge_requests/222)
0049 - the options files from `irt` have been copied to this branch
0050 - CI environment variables have been added
0051 - verbosity level decreased (disable debugging statements)