ROOT  6.06/09
Reference Guide
Macros
Version.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define TMVA_RELEASE   "4.2.1"
 
#define TMVA_RELEASE_DATE   "Feb 5, 2015"
 
#define TMVA_RELEASE_TIME   "14:25:28"
 
#define TMVA_VERSION_CODE   262657
 
#define TMVA_VERSION(a, b, c)   (((a) << 16) + ((b) << 8) + (c))
 

Macro Definition Documentation

#define TMVA_RELEASE   "4.2.1"

Definition at line 44 of file Version.h.

Referenced by TMVA::Tools::TMVAVersionMessage(), and TMVA::Tools::TMVAWelcomeMessage().

#define TMVA_RELEASE_DATE   "Feb 5, 2015"

Definition at line 45 of file Version.h.

Referenced by TMVA::Tools::TMVAVersionMessage(), and TMVA::Tools::TMVAWelcomeMessage().

#define TMVA_RELEASE_TIME   "14:25:28"

Definition at line 46 of file Version.h.

#define TMVA_VERSION (   a,
  b,
  c 
)    (((a) << 16) + ((b) << 8) + (c))
#define TMVA_VERSION_CODE   262657

Definition at line 47 of file Version.h.