19 declareInterface<IStreamTool>(
this);
35 return StatusCode::FAILURE;
39 ATH_MSG_ERROR(
"Could not locate the online event displays service");
40 return StatusCode::FAILURE;
43 return StatusCode::SUCCESS;
50 return StatusCode::SUCCESS;
60 const unsigned int RunNumber,
61 const std::ostringstream*
const EventBuffer ) {
64 <<
" from run Number " << RunNumber
72 return m_ServerSvc->UpdateEventForStream(evtStreamID,EventBuffer->str());
#define ATH_MSG_VERBOSE(x)
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)
For the client-server communication, each event is uniquely identified by the run number,...
This header is shared inbetween the C-style server thread and the C++ Athena ServerSvc.