File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,14 +20,17 @@ The DSTs are found in:
2020> [ !IMPORTANT]
2121> Check any run-dependent settings in ` qa-physics/monitorRead.groovy ` , such as beam energy.
2222
23+ > [ !NOTE]
24+ > Using ` --rundir ` here rather than ` --flatdir ` , since we're using a directory of DST files.
25+
2326check cache:
2427``` bash
25- bin/qtl histogram -d rge_sp24 --check-cache --flatdir --focus-physics $( ls -d /cache/clas12/rg-e/production/spring2024/pass1/* /* /dst/recon)
28+ bin/qtl histogram -d rge_sp24 --check-cache --rundir --focus-physics $( ls -d /cache/clas12/rg-e/production/spring2024/pass1/* /* /dst/recon)
2629```
2730
2831run:
2932``` bash
30- bin/qtl histogram -d rge_sp24 --flatdir --focus-physics $( ls -d /cache/clas12/rg-e/production/spring2024/pass1/* /* /dst/recon)
33+ bin/qtl histogram -d rge_sp24 --rundir --focus-physics $( ls -d /cache/clas12/rg-e/production/spring2024/pass1/* /* /dst/recon)
3134```
3235
3336## Double check that we have all the runs
You can’t perform that action at this time.
0 commit comments