Skip to content

Releases: gsi-ee/go4

6.3.0

10 Jan 16:28
Compare
Choose a tag to compare

Changes in Go4 v6.3

  1. Adoption to win64
  2. Skip support of old ROOT version older than 6.24
  3. Remove TGo4Buffer.h - one can use TBufferFile class directly
  4. Require at least c++11 - as ROOT6
  5. Fully delete out-of-date qt3 part
  6. Remove support of Qt4 - either qt5 or qt6 can be used for compilation
  7. Supports MBS Version 7.0 and 7.1 for status structure monitoring

6.2.0

27 Apr 12:20
Compare
Choose a tag to compare
  1. Provide workaround for same ROOT script execution twice.
    In current ROOT there is problem to unload script which uses Go4 libraries. Therefore if same
    script executed in analysis configuration phase, analysis cannot be reconfigured and crashes because of that.
    To solve this, script loaded and parsed only once by ROOT interpreter and just function called again.
    If script modified in between, go4 loads that script again, manipulate function name and call this function.
    Not all kinds of scripts may work this way, bat all standard go4 scripts should be working
  2. First release in github