ROOT
6.07/01
Reference Guide
ROOT Home Page
Main Page
Tutorials
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
tmva
tmva
inc
TMVA
Version.h
Go to the documentation of this file.
1
// @(#)root/tmva $Id$
2
// Author: Andreas Hoecker, Peter Speckmayer, Joerg Stelzer, Jan Therhaag, Eckhard von Toerne, Helge Voss
3
4
/**********************************************************************************
5
* Project: TMVA - a Root-integrated toolkit for multivariate data analysis *
6
* Package: TMVA *
7
* Class : Version *
8
* Web : http://tmva.sourceforge.net *
9
* *
10
* Description: *
11
* Current TMVA Version - filled automatically during cvs tagging *
12
* by python script development/tmvaTag.py *
13
* *
14
* Authors (alphabetical): *
15
* Andreas Hoecker <Andreas.Hocker@cern.ch> - CERN, Switzerland *
16
* Peter Speckmayer <Peter.Speckmayer@cern.ch> - CERN, Switzerland *
17
* Joerg Stelzer <Joerg.Stelzer@cern.ch> - CERN, Switzerland *
18
* Jan Therhaag <therhaag@physik.uni-bonn.de> - U of Bonn, Germany *
19
* Eckhard v. Toerne <evt@uni-bonn.de> - U of Bonn, Germany *
20
* Helge Voss <Helge.Voss@cern.ch> - MPI-K Heidelberg, GER *
21
* *
22
* Copyright (c) 2005-2010, *
23
* Regents of CERN (Switzerland), *
24
* University of Bonn (Germany), *
25
* University of Heidelberg (Germany), *
26
* University of Victoria (Canada) *
27
* *
28
* Redistribution and use in source and binary forms, with or without *
29
* modification, are permitted according to the terms listed in LICENSE *
30
* (http://tmva.sourceforge.net/LICENSE) *
31
**********************************************************************************/
32
33
#ifndef ROOT_TMVA_Version
34
#define ROOT_TMVA_Version
35
36
//////////////////////////////////////////////////////////////////////////
37
// //
38
// Version //
39
// //
40
// Automatically filled by cvs tagger: development/tmvaTag.py //
41
// //
42
//////////////////////////////////////////////////////////////////////////
43
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))
49
50
#endif
51