00001 #ifndef LCDG4_SIOglobal_h 00002 #define LCDG4_SIOglobal_h 00003 00004 #include "SIO_stream.h" 00005 //class SIO_stream; 00006 00007 class LCDG4_SIOglobal { 00008 private: // member data 00009 SIO_stream *stream; 00010 00011 protected: // hidden constructors 00012 // copy constructor 00013 LCDG4_SIOglobal(const LCDG4_SIOglobal& sio) {}; 00014 00015 public: // method 00017 LCDG4_SIOglobal(char* sio_file, char* det_id); 00018 ~LCDG4_SIOglobal(); 00019 00021 SIO_stream* getStream() const { return stream; } 00022 }; 00023 00024 #endif
1.3.4