GSI Object Oriented Online Offline (Go4) GO4-6.4.0
|
#include <TGo4Version.h>
Public Member Functions | |
virtual | ~TGo4Version () |
Static Public Member Functions | |
static Bool_t | CheckVersion (Int_t version) |
Returns true if Version number matches the argument of the Method. | |
static Int_t | GetBuildVersion () |
Version number at build time of user analysis. | |
static TGo4Version * | Instance () |
Protected Member Functions | |
TGo4Version () | |
Static Private Attributes | |
static const Int_t | fgiGO4VERSION = __GO4BUILDVERSION__ |
Version Number of the Go4 build. | |
static TGo4Version * | fxInstance = nullptr |
Definition at line 27 of file TGo4Version.h.
|
protected |
Definition at line 34 of file TGo4Version.cxx.
Referenced by Instance().
|
virtual |
Definition at line 38 of file TGo4Version.cxx.
|
static |
Returns true if Version number matches the argument of the Method.
Definition at line 42 of file TGo4Version.cxx.
References fgiGO4VERSION.
Referenced by TMeshAnalysis::TMeshAnalysis(), TXXXAnalysis::TXXXAnalysis(), TYYYAnalysis::TYYYAnalysis(), TGo4Analysis::Constructor(), and main().
|
static |
Version number at build time of user analysis.
Definition at line 29 of file TGo4Version.cxx.
References fgiGO4VERSION.
|
static |
Definition at line 22 of file TGo4Version.cxx.
References TGo4Version(), and fxInstance.
Referenced by TGo4Analysis::Constructor().
|
staticprivate |
Version Number of the Go4 build.
Number 10000 means Version 1.00.00. Will be compared to the Version number in static Version singleton on runtime.
Definition at line 48 of file TGo4Version.h.
Referenced by CheckVersion(), and GetBuildVersion().
|
staticprivate |
Definition at line 50 of file TGo4Version.h.
Referenced by Instance().