Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add RG-M QA results #41

Merged
merged 1 commit into from
Oct 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,10 +263,11 @@ 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/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