Go to the documentation of this file.
36 debug() <<
"==> Initialize" <<
endmsg;
38 m_incidentSvc = service(
"IncidentSvc",
true );
50 debug() <<
"==> Execute" <<
endmsg;
62 debug() <<
"==> Finalize" <<
endmsg;
long m_counter
Counter of events.
const std::string & name() const override
The identifying name of the algorithm object.
StatusCode initialize() override
the default (empty) implementation of IStateful::initialize() method
StatusCode execute() override
Algorithm execution.
Gaudi::Property< long > m_count
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
StatusCode finalize() override
the default (empty) implementation of IStateful::finalize() method
constexpr static const auto SUCCESS
SmartIF< IIncidentSvc > m_incidentSvc
Pointer to the incident service.
#define DECLARE_COMPONENT(type)
StatusCode finalize() override
Algorithm finalization.