]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/FEMTOSCOPY/AliFemto/Infrastructure/AliFemtoString.h
This commit was generated by cvs2svn to compensate for changes in r18145,
[u/mrichter/AliRoot.git] / PWG2 / FEMTOSCOPY / AliFemto / Infrastructure / AliFemtoString.h
1 #ifndef AliFemtoString_hh
2 #define AliFemtoString_hh
3
4 #ifndef __CINT__
5
6 #ifndef AliFemtoString_noCint
7 #define AliFemtoString_noCint
8 #include <string>
9
10 #if !defined(ST_NO_NAMESPACES)
11 using std::string;
12 #endif
13
14 typedef string AliFemtoString; //!
15 #endif
16
17 #else
18
19 #ifndef AliFemtoString_yesCint
20 #define AliFemtoString_yesCint
21 class AliFemtoString; //!
22 #endif
23
24 #endif
25
26 #endif