5#ifndef TRIGT1CALOBYTESTREAM_JETELEMENTBYTESTREAMXAODCNV_H
6#define TRIGT1CALOBYTESTREAM_JETELEMENTBYTESTREAMXAODCNV_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"
41 virtual StatusCode
createObj(IOpaqueAddress* pAddr, DataObject*& pObj);
43 virtual StatusCode
createRep(DataObject* pObj, IOpaqueAddress*& pAddr);
46 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.
static long storageType()
virtual ~JetElementByteStreamxAODCnv()
virtual StatusCode createRep(DataObject *pObj, IOpaqueAddress *&pAddr)
Create ByteStream from TriggerTowers.
virtual StatusCode initialize()
static const CLID & classID()
JetElementByteStreamxAODCnv(ISvcLocator *svcloc)
std::string m_name
Converter name.
virtual long repSvcType() const
virtual StatusCode createObj(IOpaqueAddress *pAddr, DataObject *&pObj)
Create TriggerTowers from ByteStream.
The Athena Transient Store API.