5#ifndef TRIGT1CALOBYTESTREAM_CMXCPHITSBYTESTREAMAUXCNV_H
6#define TRIGT1CALOBYTESTREAM_CMXCPHITSBYTESTREAMAUXCNV_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"
45 virtual StatusCode
createObj(IOpaqueAddress* pAddr, DataObject*& pObj);
47 virtual StatusCode
createRep(DataObject* pObj, IOpaqueAddress*& pAddr);
50 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.
Interface class for managing ROB for both online and offline.
virtual long repSvcType() const
CmxCpHitsByteStreamAuxCnv(ISvcLocator *svcloc)
virtual StatusCode initialize()
std::string m_name
Converter name.
static long storageType()
virtual StatusCode createRep(DataObject *pObj, IOpaqueAddress *&pAddr)
Create ByteStream from TriggerTowers.
virtual StatusCode createObj(IOpaqueAddress *pAddr, DataObject *&pObj)
Create TriggerTowers from ByteStream.
ToolHandle< CpByteStreamV2Tool > m_readTool
Do the main job - retrieve xAOD TriggerTowers from robs.
virtual ~CmxCpHitsByteStreamAuxCnv()
static const CLID & classID()