Loading [MathJax]/jax/output/HTML-CSS/config.js
ROOT
6.08/07
Reference Guide
ROOT Home Page
Main Page
Tutorials
User's Classes
+
Namespaces
Namespace List
+
Namespace Members
+
All
2
3
<
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
<
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
2
3
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
u
v
x
+
Enumerations
a
d
e
f
g
h
m
p
t
v
w
y
+
Enumerator
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
u
v
w
+
All Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
x
y
+
Enumerations
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
w
y
+
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Properties
f
+
Related Functions
:
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Files
File List
+
File Members
+
All
1
2
3
4
5
6
7
8
9
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerations
c
e
f
i
l
m
p
r
u
x
+
Enumerator
a
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
v
w
x
y
z
+
Macros
1
2
3
4
5
6
7
8
9
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Release Notes
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
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