2 #include "GaudiKernel/IRegistry.h"
3 #include "GaudiKernel/IDataManagerSvc.h"
4 #include "GaudiKernel/IDataProviderSvc.h"
5 #include "GaudiKernel/IOpaqueAddress.h"
6 #include "GaudiKernel/DataStoreItem.h"
7 #include "GaudiKernel/DataObject.h"
8 #include "GaudiKernel/MsgStream.h"
20 declareProperty(
"FireIncidents", m_fireIncidents=
false);
27 log <<
MSG::VERBOSE <<
"will not fire incidents" << endmsg;
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...
StatusCode finalize() override
Terminate OutputStream.
MSG::Level level()
Retrieve output level.
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
bool isSuccess() const
Test for a status code of SUCCESS.
Extension of OutputStream to write run records after last event.
A small to stream Data I/O.
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.
StatusCode finalize() override
Algorithm overload: finalization.
StatusCode execute() override
Working entry point.
bool m_fireIncidents
should I fire incidents for writing opening/closing etc?