|
ATLAS Offline Software
|
Go to the documentation of this file.
7 #ifndef TRIGT1RESULTBYTESTREAM_RECCTPBYTESTREAMCNV_H
8 #define TRIGT1RESULTBYTESTREAM_RECCTPBYTESTREAMCNV_H
11 #include "GaudiKernel/Converter.h"
12 #include "GaudiKernel/ServiceHandle.h"
13 #include "GaudiKernel/ToolHandle.h"
47 virtual long repSvcType()
const override {
return i_repSvcType(); }
55 ToolHandle< RecCTPByteStreamTool >
m_tool;
65 #endif // TRIGT1RESULTBYTESTREAM_MUCTPIBYTESTREAMCNV_H
ToolHandle< RecCTPByteStreamTool > m_tool
Tool doing the actual conversion.
virtual long repSvcType() const override
Function needed by the framework.
static long storageType()
Function needed by the framework.
virtual StatusCode createObj(IOpaqueAddress *pAddr, DataObject *&pObj) override
Function creating the CTP_RIO object from a CTP ROB fragment.
static const CLID & classID()
Function needed by the framework.
::StatusCode StatusCode
StatusCode definition for legacy code.
ServiceHandle< IROBDataProviderSvc > m_robDataProvider
Service used when reading the BS data.
uint32_t CLID
The Class ID type.
virtual StatusCode initialize() override
Function connecting to all the needed services/tools.
RecCTPByteStreamCnv(ISvcLocator *svcloc)
Standard constructor.
This class provides conversion between Lower level Source ID to higher level source ID for CTP ByteSt...
CTPSrcIdMap m_srcIdMap
Object storing the various IDs of the CTP fragment.
ByteStream converter for the CTP_RIO object.