Difference between revisions of "Online GUI"
From Hall A Wiki
(New page: To Start online GUI do following: # under adaq type: "goonlana" # replay the data using: replay_all.C # after the replay is done type cd onlineGUI_v1.2.1 # type: "analyzer". # in analyze...) |
|||
Line 6: | Line 6: | ||
# after the replay is done type cd onlineGUI_v1.2.1 | # after the replay is done type cd onlineGUI_v1.2.1 | ||
# type: "analyzer". | # type: "analyzer". | ||
− | # in analyzer window load the | + | # in analyzer window load the library by typing: .L online.C+ |
# after the library is loade open the GUI for each detector seperatly: | # after the library is loade open the GUI for each detector seperatly: | ||
## for L-HRS type : online("detectorL.cfg",[run number]) | ## for L-HRS type : online("detectorL.cfg",[run number]) |
Revision as of 18:49, 8 February 2011
To Start online GUI do following:
- under adaq type: "goonlana"
- replay the data using: replay_all.C
- after the replay is done type cd onlineGUI_v1.2.1
- type: "analyzer".
- in analyzer window load the library by typing: .L online.C+
- after the library is loade open the GUI for each detector seperatly:
- for L-HRS type : online("detectorL.cfg",[run number])
- for R-HRS type : online("detectorR.cfg",[run number])
- for BigBite type: online("bigbite.cfg",[run number])
- for HAND type : online("hand.cfg",[run number])