Project

General

Profile

Data replay » History » Version 8

Chao Peng, 07/29/2020 10:44 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 8 Chao Peng
# The map file is at config/esb_module.conf
12
# It works for both mode 1 and mode 3 raw data
13
14 2 Sylvester Joosten
Note that 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 6 Chao Peng
# The code is at a-compton@clrlpc:~/fadc_decoder
20 8 Chao Peng
# type the following commands
21 1 Mark Jones
22
<pre>
23
source env/set_env.csh
24 4 Sylvester Joosten
./bin/esb_analyze <raw_data.evio> <output.root>
25 1 Mark Jones
</pre>
26 8 Chao Peng
27
# The map file is at config/esb_module.conf
28
# It works for both mode 1 and mode 3 raw data
29
30 7 Chao Peng
31
h1. Online Monitor on cdaql1
32
33
# login under cdaq@cdaql1
34
# go_analysis pro
35
# cd ~/solid/fadc_decoder
36
# source env/set_env.sh
37
# to use the analyzer, do
38
39
<pre>
40
source env/set_env.csh
41
./bin/esb_analyze <raw_data.evio> <output.root>
42
</pre>
43
44 1 Mark Jones
45