JG ROOT Tools libraries  version 5.0 - august 2014
RContourTypes.hh
Go to the documentation of this file.
1 //======================================================================
2 /*! \file RContourTypes.hh
3  *
4  * Fichier de déclaration de l'ensemble des types de base des contours.
5  *
6  * mise à jour: 23 janvier 2007
7  */
8 //======================================================================
9 
10 
11 #ifndef R_CONTOUR_TYPES_HH
12 #define R_CONTOUR_TYPES_HH
13 
14 #include "RContourBaseCircle.hh"
15 #include "RContourBaseEllipse.hh"
16 #include "RContourBasePolygon.hh"
17 #include "RContourBaseGate.hh"
18 
19 //======================================================================
20 #endif