1 #ifndef COMPONENT_RECORDOUTPUTSTREAM_H 2 #define COMPONENT_RECORDOUTPUTSTREAM_H 1 35 this,
"OutputStreamName", {},
"Name of the OutputStream instance should be triggered."};
42 #endif // COMPONENT_RECORDOUTPUTSTREAM_H Implementation of property with value of concrete type.
StatusCode execute() override
Algorithm execution.
Header file for class GaudiAlgorithm.
std::string m_flagLocation
location of the DataObject flag used to record that this algorithm was called
Gaudi::Property< std::string > m_streamName
This class is used for returning status codes from appropriate routines.
The useful base class for data processing algorithms.
StatusCode initialize() override
Algorithm initialization.
Simple class that adds an entry to the Transient Event Store to record that the processing flow trigg...
static const std::string locationRoot()
Return the path in the Transient Store used to record the triggered instances.
StatusCode finalize() override
Algorithm finalization.
GaudiAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Standard constructor.