##################### RUNNIG THE MONITOR ####################

    If you have managed to setup your configuration , you can run
    the Monitor. Go4 will be the server part and the Analysis will
    be the client. You can run both on the same machine or on different
    ones.
   The HadesGo4 Monitor is started via a single script  . ./startMon.sh
   in the local directory. At the top part of the script you have to define the configuration
   for the parameter files, login script and the host name where the Client should run
   via ssh.
   The  configuration area looks like the following:

  #------------------------CONFIGURATION AREA-----------------------
   ConfigFile=/misc/mdc/MonGo4/analysisParams.txt
   monlogin=/misc/mdc/MonGo4/hadesgo4login.sh
   myhost=lxi008.gsi.de
 #------------------------END OF CONFIGURATION---------------------

   The script will start go4 on the local machine and the client on the machine [myhost] -
   if necessary the login script will be called. The init could take some ~30sec, so don't panic.
   The Client will run on a xterm which will pop up.
   
    If the ssh remote shell asks for a password you might have to generate a dsa key first.
   
  
     -------------------------------------------------------------

     1.   . ./startMon.sh
     2.  Start User Panel on the Go4 Main GUI (Go4 Hades Monitor button will pop up)
     3.  Press the button to Open Hades Monitor main panel
     4.  Click on start if the Client is ready to run
     5.  Open any Monitor you want to look at
     6.  Open the Debugger to find out, why the hell you got "break segmentation"
     7.  Please, don't call me and debug your self.

    #############################################################