#include <TGo4Version.h>
Public Member Functions | |
virtual | ~TGo4Version () |
Bool_t | CheckVersion (Int_t version) |
Returns true if Version number matches the argument of the Method. | |
Int_t | GetBuildVersion () const |
Version number at build time of user analysis. | |
Static Public Member Functions | |
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 = 0 |
|
Definition at line 36 of file TGo4Version.cxx. Referenced by Instance(). |
|
Definition at line 40 of file TGo4Version.cxx. |
|
Definition at line 24 of file TGo4Version.cxx. References fxInstance, and TGo4Version(). Referenced by TGo4Analysis::TGo4Analysis(). |
|
Returns true if Version number matches the argument of the Method.
Definition at line 44 of file TGo4Version.cxx. References fgiGO4VERSION. |
|
Version number at build time of user analysis.
Definition at line 31 of file TGo4Version.cxx. References fgiGO4VERSION. |
|
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 20 of file TGo4Version.cxx. Referenced by CheckVersion(), and GetBuildVersion(). |
|
Definition at line 22 of file TGo4Version.cxx. Referenced by Instance(). |