JG ROOT Tools libraries  version 5.0 - august 2014
RBase.hh
Go to the documentation of this file.
1 //======================================================================
2 /*! \file RBase.hh
3  *
4  * Base include file, and general documentation.
5  */
6 //======================================================================
7 
8 #ifndef R_BASE_HH
9 #define R_BASE_HH
10 
11 //----------------------------------------------------------------------
12 // base functions includes
13 #include "RBaseFunctions.hh"
14 #include "RHistoFunctions.hh"
15 #include "RGraphFunctions.hh"
16 
17 #include "RMathConstants.hh"
18 
19 //----------------------------------------------------------------------
20 /*! \page jg_RBase General purpose functions and classes for use with ROOT
21  *
22  * - \ref jg_RBase_histo
23  *
24  * - \ref jg_RBase_graph
25  */
26 
27 
28 //----------------------------------------------------------------------
29 /*! \page jg_RBase_histo ROOT histograms related functions
30  *
31  * - reading histograms in a ROOT file: \ref RReadHisto
32  *
33  * - 1D / 2D histogram smoothing: \ref RSmoothHisto (\ref RSmoothHisto1D or
34  * \ref RSmoothHisto2D)
35  *
36  * - correlation calculation for a 2D histogram:
37  * \ref RGetHistoCorrelation
38  *
39  * - 1D histogram plotting with error: \ref RDrawHistoError
40  * et \ref RGetHistoErrorLimits
41  */
42 
43 //----------------------------------------------------------------------
44 /*! \page jg_RBase_graph ROOT graphs related functions
45  *
46  * - extracting a serie of graphs \b (x,y) with a constant \b p value from a
47  * (p,x,y) table: \ref RGetGraphSeries
48  *
49  * - extracting a serie of 2D lines \b (x,y) or 3D lines \b (x,y,z) with
50  * a constant \b p value from a (p,x,y) or a (p,x,y,z) table:
51  * (p,x,y) tables: \ref RGetPolyLineSeries et \ref RGetPolyLine3DSeries
52  *
53  */
54 
55 //======================================================================
56 #endif