Go to the documentation of this file.
11 #ifndef GAUDIEXAMPLES_READALG_H
12 #define GAUDIEXAMPLES_READALG_H
48 #endif // GAUDIEXAMPLES_READALG_H
StatusCode finalize() override
Finalize.
StatusCode initialize() override
Initialize.
Alias for backward compatibility.
StatusCode execute() override
Event callback.
Gaudi::Property< std::string > m_incidentName
SmartIF< IDataProviderSvc > m_recordSvc
Reference to run records data service.
SmartIF< IIncidentSvc > m_incidentSvc
Reference to incident service.
void handle(const Incident &incident) override
IIncidentListener override: Inform that a new incident has occured.
Algorithm(std::string name, ISvcLocator *svcloc, std::string version=PACKAGE_VERSION)
Constructor.