Skip to content

Commit 3e77b07

Browse files
committed
doc: better suffixes for charge analysis
1 parent 6057a76 commit 3e77b07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

qadb/notes/rga_sp18.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ bin/qtl reheat -m rollover -c 13.3.0 -d rga_sp18_6.4GeV_inbending_lo_nSidis -o
8585
cd qa-physics/charge_analysis
8686

8787
# 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
88+
for f in /cache/clas12/rg-a/production/recon/spring2018/6.42gev/torus+1/pass1/dst/train/nSidis/*.hipo; do ./analyze.py $f original; done
8989

9090
# after reheat
91-
for f in ~/v/reheat/rga_sp18_6.4GeV_outbending_nSidis/*.hipo; do ./analyze.py $f after; done
91+
for f in ~/v/reheat/rga_sp18_6.4GeV_outbending_nSidis/*.hipo; do ./analyze.py $f reheated; done
9292
```
9393

9494
## Run monitoring

0 commit comments

Comments
 (0)