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 11: Line 11:
 
  >replay_BB(runno)
 
  >replay_BB(runno)
 
for BigBite replay or
 
for BigBite replay or
  >replay_LHRS(runno)
+
  >replay_fpp(runno)
 
for LHRS (including FPP) replay  
 
for LHRS (including FPP) replay  
 
  >replay_phys(runnno)
 
  >replay_phys(runnno)
Line 22: Line 22:
 
Then open onlineGUI to check the replay results:
 
Then open onlineGUI to check the replay results:
 
  >online("BB",runno)      for BigBite replay,
 
  >online("BB",runno)      for BigBite replay,
  >online("LHRS",runno)      for LHRS replay,
+
  >online("FPP",runno)      for FPP replay,
 
  >online("physics",runno)  for physics relay.
 
  >online("physics",runno)  for physics relay.
  

Revision as of 16:04, 16 May 2008

README for E08007 ONLINE REPLAY


1. Quick Start for Shift Workers

Replay procedures are:

logon to adaq@adaql<3-?>(DO NOT do it on adal1&adal2 which are taking the data), call command "goonlana", then start "analyzer".

After analyzer is loaded successfully, one can call

>replay_BB(runno)

for BigBite replay or

>replay_fpp(runno)

for LHRS (including FPP) replay

>replay_phys(runnno)

for physics replay.

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

>replay_BB(1568,1000)

will replay first 1k events of run#1568.

Then open onlineGUI to check the replay results:

>online("BB",runno)       for BigBite replay,
>online("FPP",runno)      for FPP replay,
>online("physics",runno)  for physics relay.

Or, one can do all the above together by:

>do_all(runno)

which will run all the replays and shows the onlineGUI after the replay.


2. File Locations


The databases directory are:

bbsoftw@adaqlx:~/DB

which is also soft linked to

adaq@adaql3:$DB_DIR

Source of replay scripts used in adaq@adaqlx are located in:

bbsoftw@adaqlx:~/e08007/onlana

one can get to it by calling goreplay or goonlana macro as bbsoftw. Key files in above directory are soft linked to

adaq@adaqlx:~/e08007/onlana

where goonlana is pointed to.