Gaudi Framework, version v25r0

Home   Generated: Mon Feb 17 2014
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RunRecordStream.cpp
Go to the documentation of this file.
1 // Framework include files
9 #include "RunRecordStream.h"
10 
11 // Define the algorithm factory for the standard output data writer
13 
15  MsgStream log(msgSvc(), name());
16  log << MSG::INFO << "Set up File Summary Record" << endmsg;
18  if( !sc.isSuccess() ) {
19  log << MSG::WARNING << "Error writing run summary record....." << endmsg;
20  }
21  return OutputStream::finalize();
22 }

Generated at Mon Feb 17 2014 14:37:40 for Gaudi Framework, version v25r0 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004