2 #ifndef GAUDIEXAMPLE_HELLOWORLD_H
3 #define GAUDIEXAMPLE_HELLOWORLD_H 1
35 #endif // GAUDIEXAMPLE_HELLOWORLD_H
StatusCode endRun()
Algorithm end run. This method is called at the end of the event loop.
The ISvcLocator is the interface implemented by the Service Factory in the Application Manager to loc...
StatusCode execute()
The action to be performed by the algorithm on an event.
StatusCode beginRun()
Algorithm begin run.
This class is used for returning status codes from appropriate routines.
virtual const std::string & name() const
The identifying name of the algorithm object.
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...
StatusCode finalize()
the default (empty) implementation of IStateful::finalize() method