]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/mapping/AliMpBasicTypes.h
new class AliMUONLoader
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpBasicTypes.h
1 // $Id$
2 // Category: basic
3 //
4 // AliMpBasicTypes
5 // ---------------
6 // Sytem dependent types definitions for basic category.
7 //
8 // Authors: David Guez, Ivana Hrivnacova; IPN Orsay
9
10 #ifndef ALI_MP_BASIC_TYPES_H
11 #define ALI_MP_BASIC_TYPES_H
12
13 #include <utility>
14 #include "AliMpPad.h"
15
16 #ifdef __HP_aCC
17   typedef pair<AliMpPad, AliMpPad> PadPair;
18 #else
19   typedef std::pair<AliMpPad, AliMpPad> PadPair;
20 #endif
21
22 #endif //ALI_MP_BASIC_TYPES_H