/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Control/DataInfoSvc/DataInfoSvc-00-00-03/DataInfoSvc/IDataInfoSvc.h

Go to the documentation of this file.
00001 #ifndef IDATAINFOSVC_H_
00002 #define IDATAINFOSVC_H_
00003 
00004 #include "GaudiKernel/IService.h"
00005 #include "GaudiKernel/Kernel.h"
00006 #include <string>
00007 using namespace std;
00008 /* Declaration of the interface ID */
00009 static const InterfaceID IID_IDataInfoSvc("IDataInfoSvc",1,0);
00010 
00011 class IDataInfoSvc: virtual public IService{
00012 public:
00013      static const InterfaceID& interfaceID() { return IID_IDataInfoSvc; }
00014      //virtual void setDecayCard(string card) = 0;
00015 
00016 };
00017 
00018 #endif /* IDATAINFOSVC_H_ */

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