|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TRIGT1CALOBYTESTREAM_L1CALOERRORBYTESTREAMCNV_H
6 #define TRIGT1CALOBYTESTREAM_L1CALOERRORBYTESTREAMCNV_H
11 #include "GaudiKernel/ClassID.h"
12 #include "GaudiKernel/ToolHandle.h"
24 class L1CaloErrorByteStreamTool;
43 virtual long repSvcType()
const override {
return i_repSvcType(); }
49 ToolHandle<LVL1BS::L1CaloErrorByteStreamTool>
m_tool;
virtual StatusCode initialize() override
virtual StatusCode createObjConst(IOpaqueAddress *pAddr, DataObject *&pObj) const override
Create error vector from ByteStream.
virtual long repSvcType() const override
Gaudi converter base class with const interfaces.
virtual ~L1CaloErrorByteStreamCnv()
ToolHandle< LVL1BS::L1CaloErrorByteStreamTool > m_tool
Tool that does the actual work.
::StatusCode StatusCode
StatusCode definition for legacy code.
Gaudi converter base class with const interfaces.
Abstract factory to create the converter.
uint32_t CLID
The Class ID type.
static long storageType()
static const CLID & classID()
Returns vector of errors detected during data unpacking.
L1CaloErrorByteStreamCnv(ISvcLocator *svcloc)