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 ) |
Definition at line 9 of file JobIDSvc.cxx.
9 :
10 base_class(name, svc)
11{}
◆ getJobID()
Get current JobID.
Definition at line 21 of file JobIDSvc.cxx.
22{
24}
const unsigned char * PJobID_t
◆ 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.
27{
28 return reinterpret_cast<const char*
>(
m_JobID);
29}
◆ m_JobID
The documentation for this class was generated from the following files: