Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
16 m_ServerSvc(
"JiveXML::ONCRPCServerSvc",
name){
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;
61 const std::ostringstream*
const EventBuffer ) {
72 return m_ServerSvc->UpdateEventForStream(evtStreamID,EventBuffer->str());
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
#define ATH_MSG_VERBOSE(x)
::StatusCode StatusCode
StatusCode definition for legacy code.
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.