|
ATLAS Offline Software
|
Go to the documentation of this file.
28 m_cleanerSvc (
"",
name)
31 "Service implementing conditions garbage collection. "
32 "If blank, no garbage collection will be done.");
44 return StatusCode::SUCCESS;
61 return StatusCode::SUCCESS;
76 return StatusCode::SUCCESS;
90 return StatusCode::SUCCESS;
103 return StatusCode::SUCCESS;
virtual StatusCode condObjAdded(const EventContext &ctx, CondContBase &cc) override
Called after a conditions object has been added.
ConditionsCleanerSvc(const std::string &name, ISvcLocator *svc)
Standard Gaudi constructor.
virtual StatusCode reset() override
Clear the internal state of the service.
virtual StatusCode event(const EventContext &ctx, bool allowAsync) override
Called at the start of each event.
ServiceHandle< Athena::IConditionsCleanerSvc > m_cleanerSvc
Some weak symbol referencing magic...
::StatusCode StatusCode
StatusCode definition for legacy code.
Base class for all conditions containers.
AthROOTErrorHandlerSvc * svc
virtual StatusCode printStats() const override
Print some statistics about the garbage collection.
Facade class for conditions garbage collection.
virtual StatusCode initialize() override
Standard Gaudi initialize method.