File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,7 +80,16 @@ bin/qtl reheat -c rollover -d rga_sp18_6.4GeV_outbending_lo_nSidis -o /volatile/
8080bin/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
You can’t perform that action at this time.
0 commit comments