Gaudi Framework, version v23r5

Home   Generated: Wed Nov 28 2012
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RunRecordStream.cpp
Go to the documentation of this file.
1 // $Id: RunRecordStream.cpp,v 1.1 2008/11/04 22:49:25 marcocle Exp $
2 #define GAUDISVC_PERSISTENCYSVC_OUTPUTFSRSTREAM_CPP
3 
4 // Framework include files
11 #include "GaudiKernel/DataObject.h"
12 #include "GaudiKernel/MsgStream.h"
13 #include "RunRecordStream.h"
14 
15 // Define the algorithm factory for the standard output data writer
17 
19  MsgStream log(msgSvc(), name());
20  log << MSG::INFO << "Set up File Summary Record" << endmsg;
22  if( !sc.isSuccess() ) {
23  log << MSG::WARNING << "Error writing run summary record....." << endmsg;
24  }
25  return OutputStream::finalize();
26 }

Generated at Wed Nov 28 2012 12:17:11 for Gaudi Framework, version v23r5 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004