JG ROOT Tools libraries  version 5.0 - august 2014
GRootToolsReleasesDoc.hh
Go to the documentation of this file.
1 //======================================================================
2 /*! \file GRootToolsReleasesDoc.hh
3  *
4  * Releases documentation page file.
5  */
6 //======================================================================
7 
8 /*! \page groot_release GRootTools release notes
9  *
10  * july 2019: version 6.1
11  * - modified compilation scripts for ROOT version 6.xx
12  * - revised makefiles
13  * - the environment variable ROOT_VERSION is not used anymore
14  * - selection of \b rootcling for ROOT 6.xx and \b rootcint for ROOT 5.xx
15  * - for ROOT 6.08, additional libraries (ROOT) GLEW and FTGL
16  * are required for linking programs
17  *
18  * november 2018: version 6.0
19  * - added function RCreateYmeanGraph in RGraphFunctions.hh
20  * may 2018: version 6.0
21  * - added normal vector functions (geometry)
22  * - added analysis classes: extrema finder, Hough transform (2D and 3D
23  * version based on sphere tesselation)
24  * october 2018: version 6.0
25  * - corrected bug when loading peak fit data with relative parameters
26  * - grouping of base libraries and GUI libraries
27  * - added FFT classes: RRealSampleFFT
28  * march 2017: version 6.0
29  * - for CentOS7, ROOT compiled with -std=c++11 option
30  * - corrected a bug when reading data for the decay fit tool (RFitDecay
31  * class)
32  *
33  * june 2015: version 5.1
34  * - added TGraph function from TTree
35  * - modified default ROOT libraries options for compilation script
36  * to include some ROOT classes (option -evelibs instead of -glibs)
37  * - corrected functions to read histograms from a ROOT file, to search
38  * also in the sub-directories
39  * - created functions to extract an arborescence of selected objects
40  * from a ROOT directory
41  * - added bash environment configuration script
42  *
43  * august 2014: version 5.0
44  * - developped with ROOT V5.34 and GCpp1.0
45  *
46  * - modified RGItem objects and lists (for RGItemTreeSelector widget)
47  * - created RGItemTreeSelector defined with a TGListTree widget
48  * (and using GItemTreeNode objects of the GCpp library for
49  * connection to external objects).
50  * - RGStringRequester: automatically set focus to text widget
51  * and implement "return" key
52  * - the class RGSelectorRequester becomes RGListRequester, with
53  * modification of button slot functions
54  * - created RGTreeRequester class
55  *
56  * august 2014: version 4.0
57  * - developped with ROOT V5.12 to 5.34 and GCpp1.0
58  *
59  */