Analysis  version 7.0 - august 2014
ParamTypes.hh
Go to the documentation of this file.
1 //======================================================================
2 /*! \file ParamTypes.hh
3  *
4  * Fichier de déclaration de l'ensemble des types de paramètres.
5  */
6 //======================================================================
7 
8 #ifndef PARAM_TYPES_HH
9 #define PARAM_TYPES_HH
10 
11 #include "Param.hh"
12 #include "ParamSingle.hh"
13 #include "ParamArray.hh"
14 #include "ParamMultihit.hh"
15 
16 //======================================================================
17 #endif