ATLAS Offline Software
|
This class provides the interface to services to write bytestream data. The concrete class can provide RAW event to a file, transient store, or through network. More...
#include <IByteStreamOutputSvc.h>
Public Member Functions | |
DeclareInterfaceID (IByteStreamOutputSvc, 1, 0) | |
virtual bool | putEvent (const RawEvent *re)=0 |
virtual method for writing the event More... | |
virtual bool | putEvent (const RawEvent *re, const EventContext &ctx)=0 |
context-aware method for writing the event More... | |
This class provides the interface to services to write bytestream data. The concrete class can provide RAW event to a file, transient store, or through network.
Definition at line 23 of file IByteStreamOutputSvc.h.
IByteStreamOutputSvc::DeclareInterfaceID | ( | IByteStreamOutputSvc | , |
1 | , | ||
0 | |||
) |
virtual method for writing the event
|
pure virtual |
context-aware method for writing the event