BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Utilities/JobInfoSvc/include/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
11class IJobInfoSvc : virtual public IInterface {
12
13public:
14 // static const InterfaceID& interfaceID() { return IID_IJobInfoSvc; }
16 virtual int xmlrpc( int evtNum ) = 0;
17 virtual std::string getJobOutputFile() = 0;
18};
19
20#endif
DeclareInterfaceID(IJobInfoSvc, 1, 0)
virtual int xmlrpc(int evtNum)=0
virtual std::string getJobOutputFile()=0