Data replay » History » Version 14
Chao Peng, 07/29/2020 10:57 PM
| 1 | 14 | Chao Peng | -h1. Data replay on cdaql1 |
|---|---|---|---|
| 2 | 2 | Sylvester Joosten | |
| 3 | 14 | Chao Peng | # Login under cdaq@cdaql1 |
| 4 | # Type the following commands |
||
| 5 | 2 | Sylvester Joosten | |
| 6 | 1 | Mark Jones | <pre> |
| 7 | 8 | Chao Peng | go_analysis solid |
| 8 | 1 | Mark Jones | ./bin/esb_analyze ../data/<raw_datafile> processed_data/<output.root> |
| 9 | </pre> |
||
| 10 | |||
| 11 | 9 | Chao Peng | Note that: |
| 12 | 1 | Mark Jones | * The channel map file is at "./config/esb_module.conf" |
| 13 | 10 | Chao Peng | * It works for both mode 1 and mode 3 raw data |
| 14 | * The raw data is symlinked to the data on /cache |
||
| 15 | 14 | Chao Peng | - |
| 16 | 1 | Mark Jones | |
| 17 | 6 | Chao Peng | h1. Data replay on clrlpc |
| 18 | 1 | Mark Jones | |
| 19 | 14 | Chao Peng | # Login to clrlpc (a-compton@clrlpc) |
| 20 | # Type the following commands |
||
| 21 | 8 | Chao Peng | |
| 22 | 1 | Mark Jones | <pre> |
| 23 | 9 | Chao Peng | cd ~/fadc_decoder |
| 24 | 1 | Mark Jones | source env/set_env.csh |
| 25 | ./bin/esb_analyze <raw_data.evio> <output.root> |
||
| 26 | 4 | Sylvester Joosten | </pre> |
| 27 | 1 | Mark Jones | |
| 28 | 9 | Chao Peng | Note that: |
| 29 | 10 | Chao Peng | * The map file is at config/esb_module.conf |
| 30 | 1 | Mark Jones | * It works for both mode 1 and mode 3 raw data |
| 31 | |||
| 32 | 7 | Chao Peng | |
| 33 | 1 | Mark Jones | h1. Online Monitor on cdaql1 |
| 34 | |||
| 35 | 14 | Chao Peng | # Login under cdaq@cdaql1 |
| 36 | # Type the following commands |
||
| 37 | 11 | Chao Peng | |
| 38 | 14 | Chao Peng | <pre> |
| 39 | go_analysis pro |
||
| 40 | cd ~/solid/fadc_decoder |
||
| 41 | source env/set_env.sh |
||
| 42 | </pre> |
||
| 43 | 11 | Chao Peng | |
| 44 | 14 | Chao Peng | Now check the configuration file "config/online_monitor.conf" |
| 45 | Correct the host, port, etfile if they are not consistent with the current DAQ system. |
||
| 46 | Continue with the command: |
||
| 47 | 7 | Chao Peng | |
| 48 | <pre> |
||
| 49 | 14 | Chao Peng | root -b -q online/monitor.cxx+ |
| 50 | 7 | Chao Peng | </pre> |
| 51 | 1 | Mark Jones | |
| 52 | 14 | Chao Peng | The online monitor is ready at cdaql1.jlab.org/online/solid |
| 53 | 1 | Mark Jones |