StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Stiostream.h
Go to the documentation of this file.
1 
34 #ifndef STIOSTREAM_H
35 #define STIOSTREAM_H
36 #include "Riostream.h"
37 /* using namespace std; */
38 using std::istream;
39 using std::ostream;
40 using std::fstream;
41 using std::ifstream;
42 using std::ofstream;
43 using std::cout;
44 using std::endl;
45 #endif