Loading [MathJax]/extensions/tex2jax.js
|
ROOT
Reference Guide |
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
33#ifndef ROOT_TMVA_Version
34#define ROOT_TMVA_Version
44#define TMVA_RELEASE "4.2.1"
45#define TMVA_RELEASE_DATE "Feb 5, 2015"
46#define TMVA_RELEASE_TIME "14:25:28"
47#define TMVA_VERSION_CODE 262657
48#define TMVA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))