Project

General

Profile

Data replay » History » Revision 4

Revision 3 (Sylvester Joosten, 03/23/2020 12:05 PM) → Revision 4/18 (Sylvester Joosten, 03/23/2020 12:06 PM)

h1. Data replay on cdaql1 

 # login under cdaq@cdaql1 
 # go_analysis solid 
 # to use the analyzer, do 

 <pre> 
 ./bin/analyze $./bin/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 a-compton@clrlpc:~/fadc_decoder 
 # cdaq@cdaql1:/home/cdaq/users/cpeng/fadc_decoder 

 The map file is at config/esb_module.conf 
 # 

 To use it: 

 <pre> 
 source $source env/set_env.csh 
 ./bin/analyze 

 $./bin/analyze <raw_data.evio> <output.root> 
 </pre>