/search.css" rel="stylesheet" type="text/css"/> /search.js">
00001 #ifndef DYBIO_IDYBIODAQSVC_H 00002 #define DYBIO_IDYBIODAQSVC_H 00003 00004 #include "GaudiKernel/IInterface.h" 00005 00006 // Declaration of the interface ID ( interface id, major version, minor version) 00007 static const InterfaceID IID_IDybIODaqSvc("IDybIODaqSvc", 00008 1, 00009 0); 00013 class IDybIODaqSvc : 00014 virtual public IInterface { 00015 00016 public: 00017 00019 static const InterfaceID& interfaceID() { 00020 return IID_IDybIODaqSvc; 00021 } 00022 00026 virtual StatusCode setEventEntry(const unsigned int entry) = 0; 00027 00028 }; 00029 00030 #endif // DYBIO_IDYBIODAQSVC_H