#include <IRootIOSvc.h>
Inheritance diagram for IRootIOSvc:
Public Types | |
| typedef std::map< std::string, RootInputStream * > | InputStreamMap |
| Access the complete set of input streams. | |
| typedef std::map< std::string, std::string > | FileMap |
| Get copy of the output file map. | |
| SUCCESS | |
| NO_INTERFACE | |
| VERSMISMATCH | |
| LAST_ERROR | |
| enum | Status |
Public Member Functions | |
| virtual StatusCode | createAddress (DataObject *obj, RootOutputAddress *&roa)=0 |
| Extend ConversionSvc interface to create output address based on existing DataObject. | |
| virtual RootOutputStream * | outputStream (const RootOutputAddress &roa)=0 |
| Return a root output stream for the given TES path. | |
| virtual RootInputStream * | inputStream (const RootInputAddress &ria)=0 |
| Return a root input stream for the given TES path. | |
| virtual InputStreamMap & | inputStreams ()=0 |
| virtual void | associateOutput (const char *filename, const char *streamname)=0 |
| Associate an output file name with a stream name. | |
| virtual FileMap | fileMap ()=0 |
| virtual bool | isReadoutForced () const =0 |
| True if Readout object should be written to output. | |
| virtual IDataProviderSvc * | dataSvc ()=0 |
| Return Event Data Provider Service. | |
| virtual IDataManagerSvc * | dataMgrSvc ()=0 |
| Return Event Data Manager Service. | |
| virtual StatusCode | queryInterface (const InterfaceID &riid, void **ppvInterface)=0 |
| virtual unsigned long | addRef ()=0 |
| virtual unsigned long | release ()=0 |
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
Public Attributes | |
| SUCCESS | |
| NO_INTERFACE | |
| VERSMISMATCH | |
| LAST_ERROR | |
Definition at line 19 of file IRootIOSvc.h.
| typedef std::map<std::string,RootInputStream*> IRootIOSvc::InputStreamMap |
| typedef std::map<std::string,std::string> IRootIOSvc::FileMap |
| static const InterfaceID& IRootIOSvc::interfaceID | ( | ) | [inline, static] |
Reimplemented from IInterface.
Definition at line 23 of file IRootIOSvc.h.
00023 { return IID_IRootIOSvc; }
| virtual StatusCode IRootIOSvc::createAddress | ( | DataObject * | obj, | |
| RootOutputAddress *& | roa | |||
| ) | [pure virtual] |
Extend ConversionSvc interface to create output address based on existing DataObject.
Implemented in RootIOCnvSvc.
| virtual RootOutputStream* IRootIOSvc::outputStream | ( | const RootOutputAddress & | roa | ) | [pure virtual] |
| virtual RootInputStream* IRootIOSvc::inputStream | ( | const RootInputAddress & | ria | ) | [pure virtual] |
| virtual InputStreamMap& IRootIOSvc::inputStreams | ( | ) | [pure virtual] |
Implemented in RootIOCnvSvc.
| virtual void IRootIOSvc::associateOutput | ( | const char * | filename, | |
| const char * | streamname | |||
| ) | [pure virtual] |
| virtual FileMap IRootIOSvc::fileMap | ( | ) | [pure virtual] |
Implemented in RootIOCnvSvc.
| virtual bool IRootIOSvc::isReadoutForced | ( | ) | const [pure virtual] |
| virtual IDataProviderSvc* IRootIOSvc::dataSvc | ( | ) | [pure virtual] |
| virtual IDataManagerSvc* IRootIOSvc::dataMgrSvc | ( | ) | [pure virtual] |
1.4.7