|
| 1 | +# Run Group K, Spring 2024, Pass 1 |
| 2 | + |
| 3 | +We will use SIDIS skims from two datasets: one for a 6.4 GeV beam, and another for a 8.5 GeV beam; we will keep them separate, to be consistent with what we did for Fall 2018 RG-K data: |
| 4 | +- `rgk_sp24_6.4GeV`: from `/cache/clas12/rg-k/production/recon/spring2024/pass1/6395MeV/dst/train/skim1` |
| 5 | +- `rgk_sp24_8.5GeV`: from `/cache/clas12/rg-k/production/recon/spring2024/pass1/8477MeV/dst/train/skim1` |
| 6 | + |
| 7 | +Before anything, cross check the train and DST run lists: |
| 8 | +```bash |
| 9 | +bin/qtl xtrain /mss/clas12/rg-k/production/recon/spring2024/pass1/6395MeV/dst/train/skim1 /mss/clas12/rg-k/production/recon/spring2024/pass1/6395MeV/dst/recon |
| 10 | +bin/qtl xtrain /mss/clas12/rg-k/production/recon/spring2024/pass1/8477MeV/dst/train/skim1 /mss/clas12/rg-k/production/recon/spring2024/pass1/8477MeV/dst/recon |
| 11 | +``` |
| 12 | + |
| 13 | +## Reheat |
| 14 | + |
| 15 | +**TODO**: |
| 16 | +- [ ] check if needed; see Fall 2018 RG-K notes |
| 17 | +- [ ] if reheating is needed, fix `qtl histogram` paths below |
| 18 | + |
| 19 | +## Run monitoring |
| 20 | + |
| 21 | +> [!IMPORTANT] |
| 22 | +> Check any run-dependent settings in `qa-physics/monitorRead.groovy`, such as beam energy. |
| 23 | +
|
| 24 | +```bash |
| 25 | +qtl histogram -d rgk_sp24_6.4GeV --flatdir --focus-physics /cache/clas12/rg-k/production/recon/spring2024/pass1/6395MeV/dst/train/skim1 |
| 26 | +qtl histogram -d rgk_sp24_8.5GeV --flatdir --focus-physics /cache/clas12/rg-k/production/recon/spring2024/pass1/8477MeV/dst/train/skim1 |
| 27 | +``` |
| 28 | + |
| 29 | +## Double check that we have all the runs |
| 30 | + |
| 31 | +> [!IMPORTANT] |
| 32 | +> In case any runs disappeared from `/cache` while running monitoring or reheating, be sure to cross check the output runs with those from `/mss` |
| 33 | +
|
| 34 | +## Make timelines |
| 35 | + |
| 36 | +Make the timelines, separately for each of the 2 datasets: |
| 37 | +```bash |
| 38 | +bin/qtl physics -d rgk_sp24_6.4GeV -p rgk/pass2/qa/sp24_6.4GeV |
| 39 | +bin/qtl physics -d rgk_sp24_8.5GeV -p rgk/pass2/qa/sp24_8.5GeV |
| 40 | +``` |
| 41 | + |
| 42 | +> [!WARNING] |
| 43 | +> 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