StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
stdb_streams.h
1 #ifndef _STDB_STREAMS_H
2 #define _STDB_STREAMS_H
3 
4 #ifdef __STDB_STANDALONE__
5 //#include "Stiostream.h"
6 #include <iostream>
7 #include <fstream>
8 #include "StString.h"
9 #include <string>
10 using namespace std;
11 #else
12 #include "Stiostream.h"
13 #include "StString.h"
14 #endif
15 
16 
17 #endif