BOSS 7.0.9
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 */
7static 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; }
15};
16
17#endif
static const InterfaceID & interfaceID()
Definition: IDedxSimSvc.h:14