/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Emc/EmcCalib/EmcBhaCalib/EmcBhaCalib-00-00-34/EmcBhaCalib/EmcDataIO.h

Go to the documentation of this file.
00001 //--------------------------------------------------------------------------
00002 // Environment:
00003 //      This software was developed for the BESIII collaboration.  If you
00004 //      use all or part of it, please give an appropriate acknowledgement.
00005 //
00006 // Copyright Information:
00007 //      Copyright (C) 2005         IHEP
00008 //
00009 //------------------------------------------------------------------------
00010 
00011 #ifndef EMCDATAIO_H
00012 #define EMCDATAIO_H
00013 
00014 //-------------
00015 // C Headers --
00016 //-------------
00017 extern "C" {
00018 }
00019 
00020 //---------------
00021 // C++ Headers --
00022 //---------------
00023 #include <iostream>
00024 //---------------
00025 // Gaudi Headers --
00026 //---------------
00027 #include "GaudiKernel/MsgStream.h"
00028 
00029 using namespace std;
00030 
00031 
00032 //              ---------------------
00033 //              -- Class Interface --
00034 //              ---------------------
00035 
00044 class EmcDataIO { 
00045 
00046 //--------------------
00047 // Instance Members --
00048 //--------------------
00049 
00050 public:
00051 
00052   //Constructors
00053   EmcDataIO();
00054 
00055   //copy
00056   EmcDataIO(const EmcDataIO &m1 );
00057 
00058 
00059   // Destructor
00060   ~EmcDataIO();
00061 
00062 
00063 
00064 protected:
00065 
00066  
00067 
00068 private:
00069 
00070   // Friends
00071 
00072   // Data members
00073  
00074   IMessageSvc* _msgSvc() const;
00075   std::string name() const { return "EmcDataIO"; }
00076 
00077 };
00078 
00079 #endif /* EMCDATAIO_H */
00080 

Generated on Tue Nov 29 22:58:15 2016 for BOSS_7.0.2 by  doxygen 1.4.7