Skip to content

Commit deaa791

Browse files
committed
doc: example charge analysis commands
1 parent af615c9 commit deaa791

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

qadb/notes/rga_sp18.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,16 @@ bin/qtl reheat -c rollover -d rga_sp18_6.4GeV_outbending_lo_nSidis -o /volatile/
8080
bin/qtl reheat -c rollover -d rga_sp18_6.4GeV_inbending_lo_nSidis -o /volatile/clas12/users/$LOGNAME/reheat/rga_sp18_6.4GeV_inbending_lo_nSidis -i /cache/clas12/rg-a/production/recon/spring2018/6.42gev/torus-0.75/pass1/dst/train/nSidis
8181
```
8282

83-
3. check the results on some runs; see [`qa-physics/charge_analysis/README.md`](/qa-physics/charge_analysis/README.md)
83+
3. check the results on some runs; see [`qa-physics/charge_analysis/README.md`](/qa-physics/charge_analysis/README.md); for example:
84+
```bash
85+
cd qa-physics/charge_analysis
86+
87+
# before reheat
88+
for f in /cache/clas12/rg-a/production/recon/spring2018/6.42gev/torus+1/pass1/dst/train/nSidis/*.hipo; do ./analyze.py $f before; done
89+
90+
# after reheat
91+
for f in ~/v/reheat/rga_sp18_6.4GeV_outbending_nSidis/*.hipo; do ./analyze.py $f after; done
92+
```
8493

8594
## Run monitoring
8695

0 commit comments

Comments
 (0)