Project

General

Profile

Data replay » History » Version 15

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

1 6 Chao Peng
h1. Data replay on clrlpc
2 1 Mark Jones
3 14 Chao Peng
# Login to clrlpc (a-compton@clrlpc)
4
# Type the following commands
5 8 Chao Peng
6 1 Mark Jones
<pre>
7 9 Chao Peng
cd ~/fadc_decoder
8 1 Mark Jones
source env/set_env.csh
9
./bin/esb_analyze <raw_data.evio> <output.root>
10 4 Sylvester Joosten
</pre>
11 1 Mark Jones
12 9 Chao Peng
Note that:
13 10 Chao Peng
* The map file is at config/esb_module.conf
14 1 Mark Jones
* It works for both mode 1 and mode 3 raw data
15
16 7 Chao Peng
17 1 Mark Jones
h1. Online Monitor on cdaql1
18
19 14 Chao Peng
# Login under cdaq@cdaql1
20
# Type the following commands
21 11 Chao Peng
22 14 Chao Peng
<pre>
23
go_analysis pro
24
cd ~/solid/fadc_decoder
25
source env/set_env.sh
26
</pre>
27 11 Chao Peng
28 14 Chao Peng
Now check the configuration file "config/online_monitor.conf"
29
Correct the host, port, etfile if they are not consistent with the current DAQ system.
30
Continue with the command:
31 7 Chao Peng
32
<pre>
33 14 Chao Peng
root -b -q online/monitor.cxx+
34 7 Chao Peng
</pre>
35 1 Mark Jones
36 14 Chao Peng
The online monitor is ready at cdaql1.jlab.org/online/solid
37 1 Mark Jones