Data replay » History » Version 9
Chao Peng, 07/29/2020 10:46 PM
1 | 3 | Sylvester Joosten | h1. Data replay on cdaql1 |
---|---|---|---|
2 | 2 | Sylvester Joosten | |
3 | 1 | Mark Jones | # login under cdaq@cdaql1 |
4 | 8 | Chao Peng | # 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 | # The channel map file is at "./config/esb_module.conf" |
||
13 | 1 | Mark Jones | # It works for both mode 1 and mode 3 raw data |
14 | 9 | Chao Peng | # The raw data is symlinked to the data on /cache |
15 | 1 | Mark Jones | |
16 | |||
17 | 6 | Chao Peng | h1. Data replay on clrlpc |
18 | 1 | Mark Jones | |
19 | 9 | Chao Peng | # login to clrlpc (a-compton@clrlpc) |
20 | 6 | Chao Peng | # 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 | 8 | Chao Peng | # The map file is at config/esb_module.conf |
30 | # It works for both mode 1 and mode 3 raw data |
||
31 | |||
32 | 7 | Chao Peng | |
33 | h1. Online Monitor on cdaql1 |
||
34 | |||
35 | # login under cdaq@cdaql1 |
||
36 | # go_analysis pro |
||
37 | # cd ~/solid/fadc_decoder |
||
38 | # source env/set_env.sh |
||
39 | # to use the analyzer, do |
||
40 | |||
41 | <pre> |
||
42 | source env/set_env.csh |
||
43 | ./bin/esb_analyze <raw_data.evio> <output.root> |
||
44 | </pre> |
||
45 | |||
46 | 1 | Mark Jones | |
47 |