#include <SGCommitAuditor.h>
Definition at line 25 of file SGCommitAuditor.h.
◆ SGCommitAuditor()
SGCommitAuditor::SGCommitAuditor |
( |
const std::string & |
name, |
|
|
ISvcLocator * |
pSvcLocator |
|
) |
| |
◆ ~SGCommitAuditor()
SGCommitAuditor::~SGCommitAuditor |
( |
| ) |
|
|
virtual |
◆ afterExecute()
void SGCommitAuditor::afterExecute |
( |
INamedInterface * |
alg, |
|
|
const StatusCode & |
|
|
) |
| |
|
virtual |
◆ finalize()
StatusCode SGCommitAuditor::finalize |
( |
| ) |
|
|
virtual |
◆ initialize()
StatusCode SGCommitAuditor::initialize |
( |
| ) |
|
|
virtual |
Definition at line 20 of file SGCommitAuditor.cxx.
21 if (
p_sg.retrieve().isFailure()) {
23 log << MSG::ERROR <<
"Could not retrieve \"" <<
p_sg.typeAndName()
25 return StatusCode::FAILURE;
28 return StatusCode::SUCCESS;
◆ p_sg
The documentation for this class was generated from the following files: