ATLAS Offline Software
Loading...
Searching...
No Matches
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
9class ISCTRawContByteStreamToolProviderTool: virtual public IAlgTool
10{
11public:
13
14 virtual const ISCTRawContByteStreamTool &getTool() const = 0;
15};
16
17#endif
DeclareInterfaceID(ISCTRawContByteStreamToolProviderTool, 1, 0)
virtual const ISCTRawContByteStreamTool & getTool() const =0
Interface for Athena Algorithm Tool to provide conversion from SCT RDO container to ByteStream.