The Gaudi Framework  v29r0 (ff2e7097)
RunRecordStream.cpp
Go to the documentation of this file.
1 // Framework include files
2 #include "RunRecordStream.h"
10 
11 // Define the algorithm factory for the standard output data writer
13 
15 {
16  info() << "Set up File Summary Record" << endmsg;
18  if ( !sc.isSuccess() ) {
19  warning() << "Error writing run summary record....." << endmsg;
20  }
21  return OutputStream::finalize();
22 }
StatusCode finalize() override
Terminate OutputStream.
bool isSuccess() const
Test for a status code of SUCCESS.
Definition: StatusCode.h:75
#define DECLARE_COMPONENT(type)
Definition: PluginService.h:33
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:28
Extension of OutputStream to write run records after last event.
StatusCode execute() override
Working entry point.
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition: MsgStream.h:209