1 #ifndef GAUDIEXAMPLE_HELLOWORLD_H
2 #define GAUDIEXAMPLE_HELLOWORLD_H 1
5 #include "GaudiKernel/Algorithm.h"
6 #include "GaudiKernel/Property.h"
7 #include "GaudiKernel/MsgStream.h"
34 #endif // GAUDIEXAMPLE_HELLOWORLD_H
The ISvcLocator is the interface implemented by the Service Factory in the Application Manager to loc...
const std::string & name() const override
The identifying name of the algorithm object.
This class is used for returning status codes from appropriate routines.
Trivial Algorithm for tutotial purposes.
HelloWorld(const std::string &name, ISvcLocator *pSvcLocator)
Constructor of this form must be provided.
Base class from which all concrete algorithm classes should be derived.
StatusCode initialize()
Three mandatory member functions of any algorithm.
IntegerProperty m_int
These data members are used in the execution of this algorithm They are set in the initialisation pha...