ATLAS Offline Software
ISCTRawContByteStreamToolProviderTool.h
Go to the documentation of this file.
1 #ifndef ISCTRAWCONTBYTESTREAMTOOLPROVIDERTOOL_H
2 #define ISCTRAWCONTBYTESTREAMTOOLPROVIDERTOOL_H
3 
4 #include "GaudiKernel/IInterface.h"
5 #include "GaudiKernel/IAlgTool.h"
6 
8 
9 class ISCTRawContByteStreamToolProviderTool: virtual public IAlgTool
10 {
11 public:
13 
14  virtual const ISCTRawContByteStreamTool &getTool() const = 0;
15 };
16 
17 #endif
ISCTRawContByteStreamToolProviderTool
Definition: ISCTRawContByteStreamToolProviderTool.h:10
ISCTRawContByteStreamToolProviderTool::getTool
virtual const ISCTRawContByteStreamTool & getTool() const =0
ISCTRawContByteStreamTool
Interface for Athena Algorithm Tool to provide conversion from SCT RDO container to ByteStream.
Definition: ISCTRawContByteStreamTool.h:28
ISCTRawContByteStreamToolProviderTool::DeclareInterfaceID
DeclareInterfaceID(ISCTRawContByteStreamToolProviderTool, 1, 0)