File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Run Group E, Spring 2024, Pass 1
2+
3+ There is no SIDIS-like train, so let's use DST files for the QA.
4+
5+ Similarly to RG-C, there are several targets that we'll need to combine; let's also combine torus polarities.
6+
7+ The DSTs are found in:
8+ ```
9+ /cache/clas12/rg-e/production/spring2024/pass1/*/*/dst/recon
10+ ```
11+
12+ ## Reheat
13+
14+ ** TODO** :
15+ - [ ] check if needed; see Fall 2018 RG-K notes
16+ - [ ] if reheating is needed, fix ` qtl histogram ` paths below
17+
18+ ## Run monitoring
19+
20+ > [ !IMPORTANT]
21+ > Check any run-dependent settings in ` qa-physics/monitorRead.groovy ` , such as beam energy.
22+
23+ check cache:
24+ ``` bash
25+ bin/qtl histogram -d rge_sp24 --check-cache --flatdir --focus-physics $( ls -d /cache/clas12/rg-e/production/spring2024/pass1/* /* /dst/recon)
26+ ```
27+
28+ run:
29+ ``` bash
30+ bin/qtl histogram -d rge_sp24 --flatdir --focus-physics $( ls -d /cache/clas12/rg-e/production/spring2024/pass1/* /* /dst/recon)
31+ ```
32+
33+ ## Double check that we have all the runs
34+
35+ > [ !IMPORTANT]
36+ > In case any runs disappeared from ` /cache ` while running monitoring or reheating, be sure to cross check the output runs with those from ` /mss `
37+
38+ ## Make timelines
39+
40+ ** TODO** :
41+ - [ ] populate ` /data/metadata ` for RG-E's target types
42+
43+ Make the timelines:
44+ ``` bash
45+ bin/qtl physics -d rge_sp24 -p rgk/qa_pass1_sp24
46+ ```
47+
48+ > [ !WARNING]
49+ > You may not have permission to publish to this directory; if not, publish to another place and ask the chef to copy the files
Original file line number Diff line number Diff line change @@ -21,9 +21,16 @@ bin/qtl xtrain /mss/clas12/rg-k/production/recon/spring2024/pass1/8477MeV/dst/tr
2121> [ !IMPORTANT]
2222> Check any run-dependent settings in ` qa-physics/monitorRead.groovy ` , such as beam energy.
2323
24+ check cache:
2425``` 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
26+ bin/qtl histogram -d rgk_sp24_6.4GeV --check-cache --flatdir --focus-physics /cache/clas12/rg-k/production/recon/spring2024/pass1/6395MeV/dst/train/skim1
27+ bin/qtl histogram -d rgk_sp24_8.5GeV --check-cache --flatdir --focus-physics /cache/clas12/rg-k/production/recon/spring2024/pass1/8477MeV/dst/train/skim1
28+ ```
29+
30+ run:
31+ ``` bash
32+ bin/qtl histogram -d rgk_sp24_6.4GeV --flatdir --focus-physics /cache/clas12/rg-k/production/recon/spring2024/pass1/6395MeV/dst/train/skim1
33+ bin/qtl histogram -d rgk_sp24_8.5GeV --flatdir --focus-physics /cache/clas12/rg-k/production/recon/spring2024/pass1/8477MeV/dst/train/skim1
2734```
2835
2936## Double check that we have all the runs
You can’t perform that action at this time.
0 commit comments