Project

General

Profile

Data replay » History » Version 10

Chao Peng, 07/29/2020 10:47 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
# 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