GSI Object Oriented Online Offline (Go4) GO4-6.4.0
|
Files | |
QUserPanel.cpp | |
QUserPanel.h | |
Compile in new location by
make build cmake .. make all
Set GO4USERGUI variable to location, where user gui is istalled. For instance:
export GO4USERGUI=$HOME/UserGUI/build
This directory should contain library with name libGo4UserGui.so. If name of library was changed, it should be specified in GO4USERGUI variable:
export GO4USERGUI=$HOME/UserGUI/build/libAlternativeUserGui.so
For example, if the user gui works with a Go4 parameter class that is defined for a user analysis at $HOME/UserAnalysis directory, the set up would be:
export GO4USERLIBRARY=$GO4SYS/lib/libGo4Analysis.so:$HOME/UserAnalysis/libGo4UserAnalysis.so
NOTE that the Go4 analysis library libGo4Analysis.so needs to be specified here as well, because it is not linked to the Go4 GUI by default.
There are several limitations, which should be kept in mind:
22.June.2021 S.Linev(at)gsi.de