![]() |
ATLAS Offline Software
|
interface for bytestream conversion services More...
#include <IByteStreamCnvSvc.h>
Public Member Functions | |
| DeclareInterfaceID (IByteStreamCnvSvc, 1, 0) | |
| Gaudi interface id. | |
| template<class T> | |
| StatusCode | getFullEventAssembler (T *&t, const std::string &name) |
| Access to FullEventAssembler. | |
Protected Member Functions | |
| virtual FullEventAssemblerBase * | findFullEventAssembler (const std::string &name) const =0 |
| Find FullEventAssembler with given name. | |
| virtual StatusCode | storeFullEventAssembler (std::unique_ptr< FullEventAssemblerBase > fea, const std::string &name)=0 |
| Store FullEventAssembler under given name. | |
interface for bytestream conversion services
Definition at line 18 of file IByteStreamCnvSvc.h.
| IByteStreamCnvSvc::DeclareInterfaceID | ( | IByteStreamCnvSvc | , |
| 1 | , | ||
| 0 | ) |
Gaudi interface id.
|
protectedpure virtual |
Find FullEventAssembler with given name.
| StatusCode IByteStreamCnvSvc::getFullEventAssembler | ( | T *& | t, |
| const std::string & | name ) |
Access to FullEventAssembler.
Definition at line 42 of file IByteStreamCnvSvc.h.
|
protectedpure virtual |
Store FullEventAssembler under given name.