Skip to content

Commit 3a9a005

Browse files
committed
fix(doc): --rundir
1 parent 8573bf6 commit 3a9a005

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

qadb/notes/rge_sp24.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
2326
check 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

2831
run:
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

0 commit comments

Comments
 (0)