BOSS
7.0.3
BESIII Offline Software System
Loading...
Searching...
No Matches
InstallArea/include/DetVerSvc/DetVerSvc/IDetVerSvc.h
Go to the documentation of this file.
1
#ifndef I_DET_VER_SVC_H
2
#define I_DET_VER_SVC_H
3
4
#include "GaudiKernel/IService.h"
5
6
// Declaration of the interface ID ( interface id, major version, minor version)
7
static
const
InterfaceID IID_IDetVerSvc(
"IDetVerSvc"
,1,0);
8
9
class
IDetVerSvc
:
virtual
public
IInterface
10
{
11
public :
12
13
static
const
InterfaceID&
interfaceID
() {
return
IID_IDetVerSvc; }
14
15
virtual
int
phase
() = 0;
16
};
17
18
#endif
IDetVerSvc
Definition:
InstallArea/include/DetVerSvc/DetVerSvc/IDetVerSvc.h:10
IDetVerSvc::interfaceID
static const InterfaceID & interfaceID()
Definition:
InstallArea/include/DetVerSvc/DetVerSvc/IDetVerSvc.h:13
IDetVerSvc::phase
virtual int phase()=0
source
InstallArea
include
DetVerSvc
DetVerSvc
IDetVerSvc.h
Generated by
1.9.6