Project

General

Profile

Data replay » History » Revision 14

Revision 13 (Chao Peng, 07/29/2020 10:52 PM) → Revision 14/18 (Chao Peng, 07/29/2020 10:57 PM)

-h1. h1. Data replay on cdaql1 

 # Login login under cdaq@cdaql1 
 # Type type the following commands 

 <pre> 
 go_analysis solid 
 ./bin/esb_analyze ../data/<raw_datafile> processed_data/<output.root> 
 </pre> 

 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 
 - 

 


 h1. Data replay on clrlpc 

 # Login login to clrlpc (a-compton@clrlpc) 
 # Type type the following commands 

 <pre> 
 cd ~/fadc_decoder 
 source env/set_env.csh 
 ./bin/esb_analyze <raw_data.evio> <output.root> 
 </pre> 

 Note that: 
 * The map file is at config/esb_module.conf 
 * It works for both mode 1 and mode 3 raw data 


 h1. Online Monitor on cdaql1 

 # Login login under cdaq@cdaql1 
 # Type type the following commands 

 <pre> 
 #> go_analysis pro 
 #> cd ~/solid/fadc_decoder 
 #> source env/set_env.sh 
 </pre> 

 Now 


 # check the configuration file "config/online_monitor.conf"  

 <pre> 
 Correct the host, port, etfile if they are not consistent with the current DAQ system. source env/set_env.csh 
 Continue with the command: 

 <pre> ./bin/esb_analyze <raw_data.evio> <output.root> 
 root -b -q online/monitor.cxx+ 
 </pre> 

 The online monitor is ready at cdaql1.jlab.org/online/solid