Project

General

Profile

Data replay » History » Version 2

Sylvester Joosten, 03/23/2020 12:04 PM

1 2 Sylvester Joosten
h1. Data replay on coda
2
3
# login under cdaq@cdaql1
4
# go_analysis solid
5
# to use the analyzer, do
6
$./bin/analyze ../data/<raw_datafile> processed_data/<output.root>
7
8
Note that the raw data is symlinked to the data on /cache
9
10
11
h1. Data replay on clrlpc
12 1 Mark Jones
13
The code is cdaq@cdaql1:/home/cdaq/users/cpeng/fadc_decoder
14
15
The map file is at config/esb_module.conf
16
17
To use it:
18
19
$source env/set_env.csh
20
21
$./bin/analyze <raw_data.evio> <output.root>
22
23