1 #ifndef GAUDIEXAMPLE_WRITEALG_H
2 #define GAUDIEXAMPLE_WRITEALG_H
5 #include "GaudiKernel/Algorithm.h"
29 #endif // GAUDIEXAMPLE_WRITEALG_H
virtual StatusCode finalize()
Finalize.
The ISvcLocator is the interface implemented by the Service Factory in the Application Manager to loc...
virtual StatusCode initialize()
Initialize.
virtual StatusCode execute()
Event callback.
const std::string & name() const override
The identifying name of the algorithm object.
virtual ~WriteAlg()
Standard Destructor.
This class is used for returning status codes from appropriate routines.
WriteAlg class for the RootIOExample.
Base class from which all concrete algorithm classes should be derived.
WriteAlg(const std::string &name, ISvcLocator *pSvcLocator)
Constructor: A constructor of this form must be provided.