a service to distribute unique job identifier
More...
#include <JobIDSvc.h>
a service to distribute unique job identifier
- Author
- Yushu Yao yyao@.nosp@m.lbl..nosp@m.gov - ATLAS Collaboration
Definition at line 17 of file JobIDSvc.h.
◆ JobIDSvc()
JobIDSvc::JobIDSvc |
( |
const std::string & |
name, |
|
|
ISvcLocator * |
svc |
|
) |
| |
◆ getJobID()
◆ initialize()
StatusCode JobIDSvc::initialize |
( |
| ) |
|
|
overridevirtual |
◆ toString()
std::string JobIDSvc::toString |
( |
| ) |
const |
|
overridevirtual |
Get current JobID as string.
Definition at line 26 of file JobIDSvc.cxx.
28 return reinterpret_cast<const char*
>(
m_JobID);
◆ m_JobID
The documentation for this class was generated from the following files: