Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

dataIOROOTServer.h

Go to the documentation of this file.
00001 #ifndef dataIOROOTServer_h
00002 #define dataIOROOTServer_h
00003 
00004 #include "Event/IOfileServer.h"
00005 
00006 #include "centella/userIOfiles.h"
00007 
00008 //-------------------------------------------------
00010 
00045 //------------------------------------
00046 // JA Hernando, Santa Cruz, CA, 02/15/00
00047 //------------------------------------
00048 
00049 //####################################
00050 class dataIOROOTServer : public IOfileServer
00051 //####################################
00052 {
00053         friend class dataManager;
00054 
00055 public:
00056 
00058         dataIOROOTServer(); 
00060         ~dataIOROOTServer();  
00061 
00063         rTreeInServer*    treeIn() const;
00065         rTreeOutServer*   treeOut() const;
00067         rHistoOutServer*     histo() const;   
00068 
00069 protected:
00070 
00072         virtual void defineIOfiles();
00073 
00074 private:
00075 
00077         rTreeInServer*   m_TreeIn;
00079         rTreeOutServer*  m_TreeOut;
00081         rHistoOutServer*    m_Histo;
00082 
00083 };
00084 #endif
00085 

Generated at Fri Aug 18 12:57:38 2000 for centella framework by doxygen 1.1.3 written by Dimitri van Heesch, © 1997-2000