We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6057a76 commit 3e77b07Copy full SHA for 3e77b07
1 file changed
qadb/notes/rga_sp18.md
@@ -85,10 +85,10 @@ bin/qtl reheat -m rollover -c 13.3.0 -d rga_sp18_6.4GeV_inbending_lo_nSidis -o
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
+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
89
90
# after reheat
91
-for f in ~/v/reheat/rga_sp18_6.4GeV_outbending_nSidis/*.hipo; do ./analyze.py $f after; done
+for f in ~/v/reheat/rga_sp18_6.4GeV_outbending_nSidis/*.hipo; do ./analyze.py $f reheated; done
92
```
93
94
## Run monitoring
0 commit comments