Logo ROOT  
Reference Guide
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Loading...
Searching...
No Matches
Version.h File Reference
This graph shows which files directly or indirectly include 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(a, b, c)   (((a) << 16) + ((b) << 8) + (c))
 
#define TMVA_VERSION_CODE   262657
 

Macro Definition Documentation

◆ TMVA_RELEASE

#define TMVA_RELEASE   "4.2.1"

Definition at line 44 of file Version.h.

◆ TMVA_RELEASE_DATE

#define TMVA_RELEASE_DATE   "Feb 5, 2015"

Definition at line 45 of file Version.h.

◆ TMVA_RELEASE_TIME

#define TMVA_RELEASE_TIME   "14:25:28"

Definition at line 46 of file Version.h.

◆ TMVA_VERSION

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

Definition at line 48 of file Version.h.

◆ TMVA_VERSION_CODE

#define TMVA_VERSION_CODE   262657

Definition at line 47 of file Version.h.