#include <TGo4Version.h>
Public Methods | |
virtual | ~TGo4Version () |
Bool_t | CheckVersion (Int_t version) |
Returns true if Version number matches the argument of the Method. More... | |
Int_t | GetBuildVersion () const |
Version number at build time of user analysis. More... | |
Static Public Methods | |
TGo4Version * | Instance () |
Protected Methods | |
TGo4Version () | |
Static Private Attributes | |
const Int_t | fgiGO4VERSION = __GO4BUILDVERSION__ |
Version Number of the Go4 build. More... | |
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. Referenced by TGo4Analysis::TGo4Analysis(). |
|
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(). |