2 #include "GaudiKernel/MsgStream.h"
3 #include "GaudiKernel/DataObject.h"
4 #include "GaudiKernel/IDataProviderSvc.h"
15 m_initialized =
false;
Definition of the MsgStream class used to transmit messages.
The ISvcLocator is the interface implemented by the Service Factory in the Application Manager to loc...
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
const std::string & name() const override
The identifying name of the algorithm object.
SmartIF< IMessageSvc > & msgSvc() const
The standard message service.
#define DECLARE_COMPONENT(type)
This class is used for returning status codes from appropriate routines.
Trivial Algorithm for tutotial purposes.
Base class from which all concrete algorithm classes should be derived.
StatusCode initialize()
Three mandatory member functions of any algorithm.