Skip to content

Commit 6258d7f

Browse files
committed
feat: RG-K Fall 18 QA configuration and notes
1 parent bc2564b commit 6258d7f

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

qadb/notes/rgk_fa18.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Run Group K, Fall 2018, Pass 2
2+
3+
## Run monitoring
4+
5+
> [!IMPORTANT]
6+
> Check any run-dependent settings in `qa-physics/monitorRead.groovy`, such as beam energy.
7+
8+
We will use SIDIS skims from two datasets: one for a 6.5 GeV beam, and another for a 7.5 GeV beam; we will keep them separate:
9+
- `rgk_fa18_6.5GeV`: from `/cache/clas12/rg-k/production/recon/fall2018/torus+1/6535MeV/pass2/v0/dst/train/skim1`
10+
- `rgk_fa18_7.5GeV`: from `/cache/clas12/rg-k/production/recon/fall2018/torus+1/7546MeV/pass2/v0/dst/train/skim1`
11+
12+
- **6.5 GeV:**
13+
```bash
14+
qtl histogram --check-cache -d rgk_fa18_6.5GeV --rundir --focus-physics
15+
qtl histogram -d rgk_fa18_6.5GeV --rundir --focus-physics
16+
```
17+
18+
- **7.5 GeV:**
19+
```bash
20+
qtl histogram --check-cache -d rgk_fa18_7.5GeV --rundir --focus-physics
21+
qtl histogram -d rgk_fa18_7.5GeV --rundir --focus-physics
22+
```
23+
24+
## Double check that we have all the runs
25+
26+
> [!IMPORTANT]
27+
> In case any runs disappeared from `/cache` while running monitoring, be sure to cross check the output
28+
> runs with those from `/mss`
29+
30+
## Make timelines
31+
32+
Make the timelines, separately for each of the 2 datasets:
33+
```bash
34+
bin/qtl physics -d rgk_fa18_6.5GeV -p rgk/pass2/qa/fa18_6.5GeV
35+
bin/qtl physics -d rgk_fa18_7.5GeV -p rgk/pass2/qa/fa18_7.5GeV
36+
```
37+
38+
> [!WARNING]
39+
> You may not have permission to publish to this directory; if not, publish to another place and ask the chef to copy the files

0 commit comments

Comments
 (0)