Project

General

Profile

Data replay » History » Version 6

Chao Peng, 07/29/2020 10:41 PM

1 3 Sylvester Joosten
h1. Data replay on cdaql1
2 2 Sylvester Joosten
3 6 Chao Peng
# It works for both mode 1 and mode 3 raw data
4 2 Sylvester Joosten
# login under cdaq@cdaql1
5
# go_analysis solid
6
# to use the analyzer, do
7 1 Mark Jones
8 6 Chao Peng
9 4 Sylvester Joosten
<pre>
10 5 Sylvester Joosten
./bin/esb_analyze ../data/<raw_datafile> processed_data/<output.root>
11 4 Sylvester Joosten
</pre>
12
13 2 Sylvester Joosten
Note that the raw data is symlinked to the data on /cache
14
15 1 Mark Jones
16
h1. Data replay on clrlpc
17
18 6 Chao Peng
# The code is at a-compton@clrlpc:~/fadc_decoder
19 1 Mark Jones
# The map file is at config/esb_module.conf
20 6 Chao Peng
# It works for both mode 1 and mode 3 raw data
21 4 Sylvester Joosten
# To use it:
22 1 Mark Jones
23 4 Sylvester Joosten
<pre>
24
source env/set_env.csh
25 5 Sylvester Joosten
./bin/esb_analyze <raw_data.evio> <output.root>
26 4 Sylvester Joosten
</pre>
27 1 Mark Jones
28