Difference between revisions of "Online Replay"

From Hall A Wiki
Jump to: navigation, search
(README for E08007 ONLINE REPLAY)
(README for E08007 ONLINE REPLAY)
Line 13: Line 13:
 
  replay_fpp()
 
  replay_fpp()
 
for FPP replay.  
 
for FPP replay.  
 +
== here ==
 +
  
 
It's also possible to specify the run# and event number in parameters. For ex.  
 
It's also possible to specify the run# and event number in parameters. For ex.  
Line 18: Line 20:
 
will replay first 1k events of run#1568.
 
will replay first 1k events of run#1568.
  
Do
+
replay_BB()
----
+
 
+
replay_BB()
+

Revision as of 23:47, 14 May 2008

README for E08007 ONLINE REPLAY


1. Quick Start for Shift Workers

Replay procedures are:

logon to adaq@adaql<3-?>, call command "goonlana", then "analyzer".

After analyzer is loaded successfully, one can call

replay_BB()

for BigBite replay or

replay_fpp()

for FPP replay.

here

It's also possible to specify the run# and event number in parameters. For ex.

replay_det(1568,1000)

will replay first 1k events of run#1568.

replay_BB()