Skip to content

Commit af615c9

Browse files
committed
doc: compare the README.json files
1 parent 069a530 commit af615c9

1 file changed

Lines changed: 24 additions & 1 deletion

File tree

qadb/notes/rga_sp18.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,30 @@ postprocess -q 1 -o $outputFile $tmpFile
3131
> [!IMPORTANT]
3232
> You _must_ use Coatjava v13.3.0 or newer
3333
34-
We decided to reheat only the `nSidis` train, and store the result on `/volatile`; here are the commands:
34+
We decided to reheat only the `nSidis` train, and store the result on `/volatile`; here are the commands.
35+
36+
Note that the 10.6 GeV data and 6.4 GeV data have some differences in how they were cooked.
37+
In particular, the `recharge` option was `false` for 10.6 GeV data, and `true` for 6.4 GeV data. Here is a comparison of the `README.json` files
38+
39+
| Key | 10.6 GeV torus=-1 | 10.6 GeV torus=+1 | 6.4 GeV torus=-1 | 6.4 GeV torus=+1 | 6.4 GeV torus=-0.75 | 6.4 GeV torus=+0.75 |
40+
| --- | --- | --- | --- | --- | --- | --- |
41+
| recharge | false | false | true | true | true | true |
42+
| model | ana | recana | decrecana | decrecana | decrecana | decrecana |
43+
| denoise | true | true | 4.0.1 | 4.0.1 | 4.0.1 | 4.0.1 |
44+
| has reconYaml | false | true | true | true | true | true |
45+
| coatjava | 11.1.1 | 11.1.1 | 11.1.1 | 11.1.1 | 11.1.1 | 11.1.1 |
46+
47+
The files are from:
48+
```
49+
/cache/clas12/rg-a/production/recon/spring2018/10.59gev/torus-1/pass1/dst/recon/README.json
50+
/cache/clas12/rg-a/production/recon/spring2018/10.59gev/torus+1/pass1/dst/recon/README.json
51+
/cache/clas12/rg-a/production/recon/spring2018/6.42gev/torus+1/pass1/dst/recon/README.json
52+
/cache/clas12/rg-a/production/recon/spring2018/6.42gev/torus-0.75/pass1/dst/recon/README.json
53+
/cache/clas12/rg-a/production/recon/spring2018/6.42gev/torus-1/pass1/dst/recon/README.json
54+
/cache/clas12/rg-a/production/recon/spring2018/6.42gev/torus+0.75/pass1/dst/recon/README.json
55+
```
56+
57+
### Reheat procedure
3558

3659
1. make sure all data are on `/cache`; re-cache them if necessary:
3760
```bash

0 commit comments

Comments
 (0)