ATLAS Offline Software
CpByteStreamV1Cnv.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef TRIGT1CALOBYTESTREAM_CPBYTESTREAMV1CNV_H
6 #define TRIGT1CALOBYTESTREAM_CPBYTESTREAMV1CNV_H
7 
8 #include <string>
9 
11 #include "GaudiKernel/ClassID.h"
12 #include "GaudiKernel/ServiceHandle.h"
13 #include "GaudiKernel/ToolHandle.h"
14 
15 class DataObject;
16 class IOpaqueAddress;
17 class ISvcLocator;
18 class StatusCode;
19 
20 template <typename> class CnvFactory;
21 
22 
23 namespace LVL1BS {
24 
25 class CpByteStreamV1Tool;
26 
33 public:
34  CpByteStreamV1Cnv(ISvcLocator* svcloc);
35 
36  virtual ~CpByteStreamV1Cnv();
37 
38  virtual StatusCode initialize() override;
40  virtual StatusCode createRepConst(DataObject* pObj, IOpaqueAddress*& pAddr) const override;
41 
42  // Storage type and class ID
43  virtual long repSvcType() const override { return i_repSvcType(); }
44  static long storageType();
45  static const CLID& classID();
46 
47 private:
49  ToolHandle<LVL1BS::CpByteStreamV1Tool> m_tool;
50 };
51 
52 } // end namespace
53 
54 #endif
LVL1BS::CpByteStreamV1Cnv::createRepConst
virtual StatusCode createRepConst(DataObject *pObj, IOpaqueAddress *&pAddr) const override
Create ByteStream from Cp Container.
Definition: CpByteStreamV1Cnv.cxx:67
LVL1BS::CpByteStreamV1Cnv::CpByteStreamV1Cnv
CpByteStreamV1Cnv(ISvcLocator *svcloc)
Definition: CpByteStreamV1Cnv.cxx:32
AthConstConverter
Gaudi converter base class with const interfaces.
Definition: AthConstConverter.h:33
LVL1BS::CpByteStreamV1Cnv::storageType
static long storageType()
Definition: CpByteStreamV1Cnv.cxx:49
LVL1BS::CpByteStreamV1Cnv::initialize
virtual StatusCode initialize() override
Definition: CpByteStreamV1Cnv.cxx:57
LVL1BS::CpByteStreamV1Cnv::repSvcType
virtual long repSvcType() const override
Definition: CpByteStreamV1Cnv.h:43
LVL1BS::CpByteStreamV1Cnv
ByteStream converter for CP container.
Definition: CpByteStreamV1Cnv.h:32
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthConstConverter.h
Gaudi converter base class with const interfaces.
LVL1BS::CpByteStreamV1Cnv::m_tool
ToolHandle< LVL1BS::CpByteStreamV1Tool > m_tool
Tool that does the actual work.
Definition: CpByteStreamV1Cnv.h:49
CnvFactory
Abstract factory to create the converter.
Definition: ToyConverter.h:16
CLID
uint32_t CLID
The Class ID type.
Definition: Event/xAOD/xAODCore/xAODCore/ClassID_traits.h:47
LVL1BS::CpByteStreamV1Cnv::classID
static const CLID & classID()
Definition: CpByteStreamV1Cnv.cxx:44
LVL1BS::CpByteStreamV1Cnv::~CpByteStreamV1Cnv
virtual ~CpByteStreamV1Cnv()
Definition: CpByteStreamV1Cnv.cxx:38
LVL1BS
Definition: ZdcByteStreamReadV1V2Tool.h:47