BOSS
8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Utilities/DetVerSvc/include/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
public
:
11
// static const InterfaceID& interfaceID() { return IID_IDetVerSvc; }
12
DeclareInterfaceID
(
IDetVerSvc
, 1, 0 );
13
virtual
int
phase
() = 0;
14
virtual
int
fromRun
(
unsigned
int
run ) = 0;
15
};
16
17
#endif
IDetVerSvc
Definition
InstallArea/x86_64-el9-gcc13-dbg/include/DetVerSvc/IDetVerSvc.h:9
IDetVerSvc::DeclareInterfaceID
DeclareInterfaceID(IDetVerSvc, 1, 0)
IDetVerSvc::phase
virtual int phase()=0
IDetVerSvc::fromRun
virtual int fromRun(unsigned int run)=0
8.0.0
BOSS_Source
Utilities
DetVerSvc
include
DetVerSvc
IDetVerSvc.h
Generated by
1.16.1