Project

General

Profile

Data replay » History » Version 12

Chao Peng, 07/29/2020 10:49 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 10 Chao Peng
* The channel map file is at "./config/esb_module.conf"
13
* It works for both mode 1 and mode 3 raw data
14
* 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 10 Chao Peng
* The map file is at config/esb_module.conf
30
* It works for both mode 1 and mode 3 raw data
31 8 Chao Peng
32 7 Chao Peng
33
h1. Online Monitor on cdaql1
34
35
# login under cdaq@cdaql1
36 11 Chao Peng
# type the following commands
37
38 12 Chao Peng
> @go_analysis pro
39
> cd ~/solid/fadc_decoder
40
> source env/set_env.sh@
41 11 Chao Peng
42
43
# check the 
44 7 Chao Peng
45
<pre>
46
source env/set_env.csh
47
./bin/esb_analyze <raw_data.evio> <output.root>
48
</pre>
49
50 1 Mark Jones
51