|
ATLAS Offline Software
|
Go to the documentation of this file.
2 #ifndef BYTESTREAMCNVSVC_IBYTESTREAMOUTPUTSVC_H
3 #define BYTESTREAMCNVSVC_IBYTESTREAMOUTPUTSVC_H
11 #include "GaudiKernel/IInterface.h"
12 #include "GaudiKernel/EventContext.h"
34 #endif // BYTESTREAMCNVSVC_BYTESTREAMOUTPUTSVC_H
OFFLINE_FRAGMENTS_NAMESPACE::FullEventFragment RawEvent
data type for reading raw event
This class provides the interface to services to write bytestream data. The concrete class can provid...
virtual bool putEvent(const RawEvent *re, const EventContext &ctx)=0
context-aware method for writing the event
virtual bool putEvent(const RawEvent *re)=0
virtual method for writing the event
const boost::regex re(r_e)
DeclareInterfaceID(IByteStreamOutputSvc, 1, 0)