---------DEFINITION OF CONFIGURATION FOR MONITORING TASKS -----
    The configuration file for the Go4Mon looks like the following:
    (Only the config part, the histogram definitions I skip here)
    This file HAS to be read via the first or second input of the
    Go4Client.

    onlinehist.txt:
   #################################################################
    #  HGo4OnlineConfig
    #################################################################
    [Go4OnlineConfig]
    //---------------------------------------------
    nLoop: i 100               // number of events inside one Go4 event loop
    sleep: i 6                    // number of seconds minimum time for eventloop (Go4 for coffee!)
    maxrate: i 1000          // limit for sleep
    triggerrefresh: i 500   // refresh rates for the different detector monitors
    startrefresh: i 500
    richrefresh: i 500
    richODrefresh: i 500
    mdcrefresh: i 500
    tofrefresh: i 500
    tofinorefresh: i 500
    showerrefresh: i 500
    trigger: i 0                  // switch trigger mon on and off
    start: i 0                      // switch start mon on and off
    startRaw: i 1              // analysis level of the start task
    startCal: i 1
    startHit: i 1
    startdetsetup: i 0, 0, 0, 1, 1, 0 // switch between the diamond (1-3) and hodoscope (4-6)
    rich: i 0                      // switch rich mon on and off
    richRaw: i 1              // analysis level of the rich task
    richCal: i 1
    richHit: i 0
    mdc: i 0                     // switch rich mon on and off
    mdcLevel: i 1            // analysis level of the mdc task 0=raw,1=cal,2=cal2,3=hit,4=fit
    mdcdetsetup: i 1, 1, 1, 0,\  // mdc detector setup (maybe not all chambers are present....)
                   1, 1, 0, 0,\
                   1, 1, 1, 0,\
                   1, 1, 1, 0,\
                   1, 1, 0, 0,\
                   1, 1, 1, 0
    tof: i 1                        // switch tof mon on and off
    tofRaw: i 1                 // analysis level of the tof task
    tofCal: i 1
    tofHit: i 0
    tofino: i 0                   // switch tofino mon on and off
    tofinoRaw: i 1            // analysis level of the tofino task
    tofinoCal: i 1
    showertofino: i 0
    shower: i 0                 // switch shower mon on and off
    showerRaw: i 1          // analysis level of the shower task
    showerCal: i 1
    showerHit: i 1
    physics: i 1                // switch physics monitor on and off
    startunp: i 416           // start unpacker id
    richunp: i 100, 101, 102, 103,\         // rich unpacker id
                   104, 105, 106, 107,\
                  108, 109, 110, 111
    mdcunp: i 201, 202, 203, 204,\        // mdc unpacker id
                   205, 206, 207, 208,\
                   209, 210, 211, 212,\
                   213, 214, 215, 216,\
                   217, 218, 219, 220,\
                   221, 222, 223, 224
    tofunp: i 411, 416, 413                    // tof unpacker id
    tofinounp: i 416                               // tofino unpacker id
    showerunp: i 300, 301, 302, 303,\   // shower unpacker id
                        304, 305, 306, 307,\
                        308, 309, 310, 311
    #################################################################