The Gaudi Framework  v29r0 (ff2e7097)
RecordOutputStream.h
Go to the documentation of this file.
1 #ifndef COMPONENT_RECORDOUTPUTSTREAM_H
2 #define COMPONENT_RECORDOUTPUTSTREAM_H 1
3 // Include files
4 // from Gaudi
6 
21 {
22 public:
24 
25  ~RecordOutputStream() override = default;
26 
27  StatusCode initialize() override;
28  StatusCode execute() override;
29  StatusCode finalize() override;
30 
33  static inline const std::string locationRoot() { return "TriggeredOutputStreams"; }
34 
35 protected:
36 private:
38  this, "OutputStreamName", {}, "Name of the OutputStream instance should be triggered."};
39 
43 };
44 
45 #endif // COMPONENT_RECORDOUTPUTSTREAM_H
Implementation of property with value of concrete type.
Definition: Property.h:319
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
STL class.
Gaudi::Property< std::string > m_streamName
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:28
~RecordOutputStream() override=default
Destructor.
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.