BOSS 7.1.2
BESIII Offline Software System
|
#include <JobInfoSvc.h>
Public Member Functions | |
JobInfoSvc (const std::string &name, ISvcLocator *pSvcLocator) | |
~JobInfoSvc () | |
StatusCode | initialize () |
StatusCode | finalize () |
void | handle (const Incident &) |
int | xmlrpc (int evtNum) |
std::string | getJobOutputFile () |
Definition at line 12 of file JobInfoSvc.h.
JobInfoSvc::JobInfoSvc | ( | const std::string & | name, |
ISvcLocator * | pSvcLocator ) |
Definition at line 28 of file JobInfoSvc.cxx.
|
inline |
Definition at line 18 of file JobInfoSvc.h.
StatusCode JobInfoSvc::finalize | ( | ) |
Definition at line 82 of file JobInfoSvc.cxx.
std::string JobInfoSvc::getJobOutputFile | ( | ) |
Definition at line 114 of file JobInfoSvc.cxx.
Referenced by initialize().
void JobInfoSvc::handle | ( | const Incident & | inc | ) |
Definition at line 70 of file JobInfoSvc.cxx.
StatusCode JobInfoSvc::initialize | ( | ) |
Definition at line 36 of file JobInfoSvc.cxx.
int JobInfoSvc::xmlrpc | ( | int | evtNum | ) |
Definition at line 95 of file JobInfoSvc.cxx.
Referenced by finalize(), and initialize().