Go to the documentation of this file.
11 #ifndef GAUDIEXAMPLES_INCIDENTASYNCTESTALG_H_
12 #define GAUDIEXAMPLES_INCIDENTASYNCTESTALG_H_
19 class IncidentListener;
Gaudi::Property< std::string > m_serviceName
Gaudi::Property< std::vector< std::string > > m_inpKeys
std::vector< std::unique_ptr< DataObjectHandle< DataObject > > > m_inputObjHandles
StatusCode initialize() override
Alias for backward compatibility.
StatusCode finalize() override
bool isClonable() const override
SmartIF< IIncidentAsyncTestSvc > m_service
static std::string & incident()
std::vector< std::unique_ptr< DataObjectHandle< DataObject > > > m_outputObjHandles
StatusCode execute() override
Gaudi::Property< std::vector< std::string > > m_outKeys
Algorithm(std::string name, ISvcLocator *svcloc, std::string version=PACKAGE_VERSION)
Constructor.