5#ifndef TRIGT1CALOBYTESTREAM_PPMBYTESTREAMAUXCNV_H
6#define TRIGT1CALOBYTESTREAM_PPMBYTESTREAMAUXCNV_H
10#include "GaudiKernel/ClassID.h"
11#include "GaudiKernel/Converter.h"
12#include "GaudiKernel/MsgStream.h"
13#include "GaudiKernel/ServiceHandle.h"
14#include "GaudiKernel/ToolHandle.h"
46 virtual StatusCode
createObj(IOpaqueAddress* pAddr, DataObject*& pObj);
48 virtual StatusCode
createRep(DataObject* pObj, IOpaqueAddress*& pAddr);
51 virtual long repSvcType()
const {
return i_repSvcType(); }
uint32_t CLID
The Class ID type.
AthMessaging(IMessageSvc *msgSvc, const std::string &name)
Constructor.
Abstract factory to create the converter.
virtual long repSvcType() const
virtual StatusCode initialize()
static long storageType()
virtual StatusCode createObj(IOpaqueAddress *pAddr, DataObject *&pObj)
Create TriggerTowers from ByteStream.
ToolHandle< ZdcByteStreamReadV1V2Tool > m_zdcTool
virtual StatusCode createRep(DataObject *pObj, IOpaqueAddress *&pAddr)
Create ByteStream from TriggerTowers.
std::string m_name
Converter name.
static const CLID & classID()
ToolHandle< PpmByteStreamReadV1V2Tool > m_readTool
Do the main job - retrieve xAOD TriggerTowers from robs.
PpmByteStreamAuxCnv(ISvcLocator *svcloc)
virtual ~PpmByteStreamAuxCnv()