Data replay » History » Revision 6
Revision 5 (Sylvester Joosten, 03/23/2020 01:06 PM) → Revision 6/18 (Chao Peng, 07/29/2020 10:41 PM)
h1. Data replay on cdaql1 # It works for both mode 1 and mode 3 raw data # login under cdaq@cdaql1 # go_analysis solid # to use the analyzer, do <pre> ./bin/esb_analyze ../data/<raw_datafile> processed_data/<output.root> </pre> Note that the raw data is symlinked to the data on /cache h1. Data replay on clrlpc # The code is at a-compton@clrlpc:~/fadc_decoder # The map file is at config/esb_module.conf # It works for both mode 1 and mode 3 raw data # To use it: <pre> source env/set_env.csh ./bin/esb_analyze <raw_data.evio> <output.root> </pre>