|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TRIGT1CALOBYTESTREAM_JEPREADBYTESTREAMV1V2CNV_H
6 #define TRIGT1CALOBYTESTREAM_JEPREADBYTESTREAMV1V2CNV_H
11 #include "GaudiKernel/ClassID.h"
12 #include "GaudiKernel/ServiceHandle.h"
13 #include "GaudiKernel/ToolHandle.h"
26 class JepByteStreamV1Tool;
27 class JepByteStreamV2Tool;
36 template <
typename Container>
49 virtual long repSvcType()
const override {
return i_repSvcType(); }
55 ToolHandle<LVL1BS::JepByteStreamV1Tool>
m_tool1;
57 ToolHandle<LVL1BS::JepByteStreamV2Tool>
m_tool2;
static long storageType()
virtual StatusCode initialize() override
ByteStream converter for JEP component containers which are unchanged post-LS1.
ToolHandle< LVL1BS::JepByteStreamV1Tool > m_tool1
Tool that does the actual work pre-LS1.
Gaudi converter base class with const interfaces.
ServiceHandle< IROBDataProviderSvc > m_robDataProvider
Service for reading bytestream.
JepReadByteStreamV1V2Cnv(ISvcLocator *svcloc)
Interface class for managing ROB for both online and offline.
virtual ~JepReadByteStreamV1V2Cnv()
::StatusCode StatusCode
StatusCode definition for legacy code.
Gaudi converter base class with const interfaces.
static const CLID & classID()
Abstract factory to create the converter.
uint32_t CLID
The Class ID type.
ToolHandle< LVL1BS::JepByteStreamV2Tool > m_tool2
Tool that does the actual work post-LS1.
virtual StatusCode createObjConst(IOpaqueAddress *pAddr, DataObject *&pObj) const override
Create Container from ByteStream.
virtual long repSvcType() const override