Project

General

Profile

Data replay » History » Revision 11

Revision 10 (Chao Peng, 07/29/2020 10:47 PM) → Revision 11/18 (Chao Peng, 07/29/2020 10:48 PM)

h1. Data replay on cdaql1 

 # login under cdaq@cdaql1 
 # 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 to clrlpc (a-compton@clrlpc) 
 # 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 under cdaq@cdaql1 
 # type the following commands 

 @go_analysis go_analysis pro 
 # cd ~/solid/fadc_decoder 
 # source env/set_env.sh@ 


 env/set_env.sh 
 # check to use the  

 analyzer, do 

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