BOSS
7.0.4
BESIII Offline Software System
Loading...
Searching...
No Matches
Utilities/JobInfoSvc/JobInfoSvc-00-00-02/JobInfoSvc/IJobInfoSvc.h
Go to the documentation of this file.
1
#ifndef IJobInfoSvc_H
2
#define IJobInfoSvc_H
3
4
#include "GaudiKernel/IInterface.h"
5
#include "GaudiKernel/Kernel.h"
6
#include "GaudiKernel/Service.h"
7
8
/* Declaration of the interface ID */
9
static
const
InterfaceID IID_IJobInfoSvc(
"IJobInfoSvc"
,1,0);
10
11
12
class
IJobInfoSvc
:
virtual
public
IInterface{
13
14
public
:
15
16
static
const
InterfaceID&
interfaceID
() {
return
IID_IJobInfoSvc; }
17
18
virtual
int
xmlrpc
(
int
evtNum) = 0;
19
virtual
std::string
getJobOutputFile
() = 0;
20
21
};
22
23
24
#endif
25
IJobInfoSvc
Definition:
InstallArea/include/JobInfoSvc/JobInfoSvc/IJobInfoSvc.h:12
IJobInfoSvc::interfaceID
static const InterfaceID & interfaceID()
Definition:
Utilities/JobInfoSvc/JobInfoSvc-00-00-02/JobInfoSvc/IJobInfoSvc.h:16
IJobInfoSvc::xmlrpc
virtual int xmlrpc(int evtNum)=0
IJobInfoSvc::getJobOutputFile
virtual std::string getJobOutputFile()=0
source
Utilities
JobInfoSvc
JobInfoSvc-00-00-02
JobInfoSvc
IJobInfoSvc.h
Generated by
1.9.6