Skip to content

Commit

Permalink
feat: add RG-M QA results
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Oct 27, 2023
1 parent ec849f6 commit f28a8a1
Show file tree
Hide file tree
Showing 9 changed files with 182,888 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- pass1/rgb_wi20
- pass1/rgk_fa18_6.5GeV
- pass1/rgk_fa18_7.5GeV
- pass1/rgm_fa21
steps:
- name: checkout
uses: actions/checkout@v3
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ The following tables describe the available datasets in the QADB. The columns ar
| 1 | [`rgk_fa18_7.5GeV`](https://clas12mon.jlab.org/rgk/pass1/qa/fa18_7.5GeV/tlsummary) | 5674 - 5870 | _Up-to-Date_ | `/cache/clas12/rg-k/production/recon/fall2018/torus+1/7546MeV/pass1/v0/dst/recon` |
| 1 | [`rgk_fa18_6.5GeV`](https://clas12mon.jlab.org/rgk/pass1/qa/fa18_6.5GeV/tlsummary) | 5875 - 6000 | _Up-to-Date_ | `/cache/clas12/rg-k/production/recon/fall2018/torus+1/6535MeV/pass1/v0/dst/recon` |

### Run Group M

| Pass | Data Set Name and Timelines Link | Run Range | Status | Data Files |
| --- | --- | --- | --- | --- |
| 1 | [`rgm_fa21`](https://clas12mon.jlab.org/rgm/pass1_finalqadb/rgm_fall2021/tlsummary/) | 15019 - 15884 | _Up-to-Date_ | `/cache/clas12/rg-m/production/pass1/allData_forTimelines/` |


## Defect Bit Definitions

Expand Down Expand Up @@ -257,11 +263,12 @@ Documentation for QADB maintenance and revision
dataset, follow the following procedure:
* `mkdir qadb/pass${pass}/${dataset}/`, then copy the final `qaTree.json` and
`chargeTree.json` to that directory
* add/update a symlink to this dataset in `qadb/latest`, if this is a new Pass
* run `source environ.sh`
* run `bin/makeTables.sh`
* run `bin/makeTextFiles.sh`
* update customized QA criteria sets, such as `OkForAsymmetry`
* add any new dataset to the CI tests: `.github/workflows/ci.yml`
* add/update a symlink to this dataset in `qadb/latest`, if this is a new Pass
* update the above table of data sets
* use `git status` and `git diff` to review changes, then add and commit to
git, and push to the remote branch
Expand Down
1 change: 1 addition & 0 deletions qadb/latest/rgm_fa21
1 change: 1 addition & 0 deletions qadb/pass1/rgm_fa21/chargeTree.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions qadb/pass1/rgm_fa21/qaTree.json

Large diffs are not rendered by default.

Loading

0 comments on commit f28a8a1

Please sign in to comment.