Project

General

Profile

Actions

Data replay » History » Revision 10

« Previous | Revision 10/18 (diff) | Next »
Chao Peng, 07/29/2020 10:47 PM


Data replay on cdaql1

  1. login under cdaq@cdaql1
  2. type the following commands
go_analysis solid
./bin/esb_analyze ../data/<raw_datafile> processed_data/<output.root>
Note that:
  • The channel map file is at "./config/esb_module.conf"
  • It works for both mode 1 and mode 3 raw data
  • The raw data is symlinked to the data on /cache

Data replay on clrlpc

  1. login to clrlpc (a-compton@clrlpc)
  2. type the following commands
cd ~/fadc_decoder
source env/set_env.csh
./bin/esb_analyze <raw_data.evio> <output.root>
Note that:
  • The map file is at config/esb_module.conf
  • It works for both mode 1 and mode 3 raw data

Online Monitor on cdaql1

  1. login under cdaq@cdaql1
  2. go_analysis pro
  3. cd ~/solid/fadc_decoder
  4. source env/set_env.sh
  5. to use the analyzer, do
source env/set_env.csh
./bin/esb_analyze <raw_data.evio> <output.root>

Updated by Chao Peng about 5 years ago · 10 revisions