|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TRIGT1CALOBYTESTREAM_CPREADBYTESTREAMV1V2CNV_H
6 #define TRIGT1CALOBYTESTREAM_CPREADBYTESTREAMV1V2CNV_H
11 #include "GaudiKernel/ClassID.h"
12 #include "GaudiKernel/ServiceHandle.h"
13 #include "GaudiKernel/ToolHandle.h"
26 class CpByteStreamV1Tool;
27 class CpByteStreamV2Tool;
48 virtual long repSvcType()
const override {
return i_repSvcType(); }
54 ToolHandle<LVL1BS::CpByteStreamV1Tool>
m_tool1;
56 ToolHandle<LVL1BS::CpByteStreamV2Tool>
m_tool2;
virtual StatusCode createObjConst(IOpaqueAddress *pAddr, DataObject *&pObj) const override
Create CPM Towers from ByteStream.
CpReadByteStreamV1V2Cnv(ISvcLocator *svcloc)
static long storageType()
virtual ~CpReadByteStreamV1V2Cnv()
Gaudi converter base class with const interfaces.
static const CLID & classID()
Interface class for managing ROB for both online and offline.
ByteStream converter for Cluster Processor Module Towers allowing for data containing pre-LS1 or post...
::StatusCode StatusCode
StatusCode definition for legacy code.
ServiceHandle< IROBDataProviderSvc > m_robDataProvider
Service for reading bytestream.
Gaudi converter base class with const interfaces.
Abstract factory to create the converter.
uint32_t CLID
The Class ID type.
ToolHandle< LVL1BS::CpByteStreamV2Tool > m_tool2
Tool that does the actual work post-LS1.
virtual StatusCode initialize() override
virtual long repSvcType() const override
ToolHandle< LVL1BS::CpByteStreamV1Tool > m_tool1
Tool that does the actual work pre-LS1.