Releases: gsi-ee/go4
Releases · gsi-ee/go4
6.3.0
Changes in Go4 v6.3
- Adoption to win64
- Skip support of old ROOT version older than 6.24
- Remove TGo4Buffer.h - one can use TBufferFile class directly
- Require at least c++11 - as ROOT6
- Fully delete out-of-date qt3 part
- Remove support of Qt4 - either qt5 or qt6 can be used for compilation
- Supports MBS Version 7.0 and 7.1 for status structure monitoring
6.2.0
- 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 - First release in github