Data replay » History » Version 7
Chao Peng, 07/29/2020 10:43 PM
| 1 | 3 | Sylvester Joosten | h1. Data replay on cdaql1 |
|---|---|---|---|
| 2 | 2 | Sylvester Joosten | |
| 3 | 6 | Chao Peng | # It works for both mode 1 and mode 3 raw data |
| 4 | 2 | Sylvester Joosten | # login under cdaq@cdaql1 |
| 5 | # go_analysis solid |
||
| 6 | # to use the analyzer, do |
||
| 7 | 1 | Mark Jones | |
| 8 | 4 | Sylvester Joosten | <pre> |
| 9 | 5 | Sylvester Joosten | ./bin/esb_analyze ../data/<raw_datafile> processed_data/<output.root> |
| 10 | 4 | Sylvester Joosten | </pre> |
| 11 | |||
| 12 | 2 | Sylvester Joosten | Note that the raw data is symlinked to the data on /cache |
| 13 | |||
| 14 | 1 | Mark Jones | |
| 15 | h1. Data replay on clrlpc |
||
| 16 | |||
| 17 | 6 | Chao Peng | # The code is at a-compton@clrlpc:~/fadc_decoder |
| 18 | 1 | Mark Jones | # The map file is at config/esb_module.conf |
| 19 | 6 | Chao Peng | # It works for both mode 1 and mode 3 raw data |
| 20 | 4 | Sylvester Joosten | # To use it: |
| 21 | 1 | Mark Jones | |
| 22 | 4 | Sylvester Joosten | <pre> |
| 23 | source env/set_env.csh |
||
| 24 | 5 | Sylvester Joosten | ./bin/esb_analyze <raw_data.evio> <output.root> |
| 25 | 1 | Mark Jones | </pre> |
| 26 | 7 | Chao Peng | |
| 27 | h1. Online Monitor on cdaql1 |
||
| 28 | |||
| 29 | # login under cdaq@cdaql1 |
||
| 30 | # go_analysis pro |
||
| 31 | # cd ~/solid/fadc_decoder |
||
| 32 | # source env/set_env.sh |
||
| 33 | # to use the analyzer, do |
||
| 34 | |||
| 35 | <pre> |
||
| 36 | source env/set_env.csh |
||
| 37 | ./bin/esb_analyze <raw_data.evio> <output.root> |
||
| 38 | </pre> |
||
| 39 | |||
| 40 | 1 | Mark Jones | |
| 41 |