The Gaudi Framework  v30r3 (a5ef0a68)
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
Definition: StatusCode.h:287
#define DECLARE_COMPONENT(type)
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:51
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