Analysis  version 7.0 - august 2014
DataTypes.hh
Go to the documentation of this file.
1 //======================================================================
2 /*! \file DataTypes.hh
3  *
4  * Fichier include pour l'ensemble des type de données.
5  */
6 //======================================================================
7 
8 #ifndef DATA_TYPES_HH
9 #define DATA_TYPES_HH
10 
11 #include "Data.hh"
12 #include "DataBad.hh"
13 
14 #include "DataI2.hh"
15 #include "DataI4.hh"
16 #include "DataI8.hh"
17 
18 #include "DataUI2.hh"
19 #include "DataUI4.hh"
20 #include "DataUI8.hh"
21 
22 #include "DataR4.hh"
23 #include "DataR8.hh"
24 
25 //======================================================================
26 
27 #endif