|
BOSS 7.1.3
BESIII Offline Software System
|
The event conversion service needs an additional interface used by the converters to declare their object path. More...
#include <IRawDataOutputSvc.h>
Inheritance diagram for IRawDataOutputSvc:Public Member Functions | |
| IRawDataOutputSvc (const std::string &name, ISvcLocator *svcloc) | |
| virtual | ~IRawDataOutputSvc (void) |
| virtual StatusCode | initialize () |
| virtual bool | putEvent (WriteRawEvent *re)=0 |
The event conversion service needs an additional interface used by the converters to declare their object path.
Definition at line 14 of file IRawDataOutputSvc.h.
| IRawDataOutputSvc::IRawDataOutputSvc | ( | const std::string & | name, |
| ISvcLocator * | svcloc ) |
Definition at line 6 of file IRawDataOutputSvc.cxx.
Referenced by RawDataOutputSvc::RawDataOutputSvc().
|
virtual |
Definition at line 12 of file IRawDataOutputSvc.cxx.
|
virtual |
Reimplemented in RawDataOutputSvc.
Definition at line 15 of file IRawDataOutputSvc.cxx.
|
pure virtual |
Implemented in RawDataOutputSvc.