BOSS 7.1.1
BESIII Offline Software System
Loading...
Searching...
No Matches
IDedxSimSvc.h
Go to the documentation of this file.
1#ifndef IDEDXSIMSVC_H_
2#define IDEDXSIMSVC_H_
3
4#include "GaudiKernel/IInterface.h"
5#include "GaudiKernel/Kernel.h"
6/* Declaration of the interface ID */
7//static const InterfaceID IID_IDedxSimSvc("IDedxSimSvc",1,0);
8
9
10class Identifier;
11
12class IDedxSimSvc: virtual public IInterface{
13public:
14 // static const InterfaceID& interfaceID() { return IID_IDedxSimSvc; }
16};
17
18#endif
DeclareInterfaceID(IDedxSimSvc, 1, 0)