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
2 #include "GaudiKernel/IRegistry.h"
3 #include "GaudiKernel/IDataManagerSvc.h"
4 #include "GaudiKernel/IDataProviderSvc.h"
5 #include "GaudiKernel/IOpaqueAddress.h"
6 #include "GaudiKernel/DataStoreItem.h"
7 #include "GaudiKernel/DataObject.h"
8 #include "GaudiKernel/MsgStream.h"
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 }