ATLAS Offline Software
JepRoiReadByteStreamV1Cnv.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_JEPROIREADBYTESTREAMV1CNV_H
6 #define TRIGT1CALOBYTESTREAM_JEPROIREADBYTESTREAMV1CNV_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;
18 class ISvcLocator;
19 class StatusCode;
20 
21 template <typename> class CnvFactory;
22 
23 
24 namespace LVL1BS {
25 
26 class JepRoiByteStreamV1Tool;
27 
33 template <typename Container>
35 
36 public:
37  JepRoiReadByteStreamV1Cnv(ISvcLocator* svcloc);
38 
40 
41  virtual StatusCode initialize() override;
43  virtual StatusCode createObjConst(IOpaqueAddress* pAddr, DataObject*& pObj) const override;
44 
45  // Storage type and class ID
46  virtual long repSvcType() const override { return i_repSvcType(); }
47  static long storageType();
48  static const CLID& classID();
49 
50 private:
52  ToolHandle<LVL1BS::JepRoiByteStreamV1Tool> m_tool;
53 
56 };
57 
58 } // end namespace
59 
61 
62 #endif
LVL1BS::JepRoiReadByteStreamV1Cnv::storageType
static long storageType()
LVL1BS::JepRoiReadByteStreamV1Cnv::classID
static const CLID & classID()
LVL1BS::JepRoiReadByteStreamV1Cnv::createObjConst
virtual StatusCode createObjConst(IOpaqueAddress *pAddr, DataObject *&pObj) const override
Create Container from ByteStream.
AthConstConverter
Gaudi converter base class with const interfaces.
Definition: AthConstConverter.h:33
IROBDataProviderSvc
Interface class for managing ROB for both online and offline.
Definition: IROBDataProviderSvc.h:25
LVL1BS::JepRoiReadByteStreamV1Cnv::~JepRoiReadByteStreamV1Cnv
virtual ~JepRoiReadByteStreamV1Cnv()
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.
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::JepRoiReadByteStreamV1Cnv::repSvcType
virtual long repSvcType() const override
Definition: JepRoiReadByteStreamV1Cnv.h:46
LVL1BS::JepRoiReadByteStreamV1Cnv::m_robDataProvider
ServiceHandle< IROBDataProviderSvc > m_robDataProvider
Service for reading bytestream.
Definition: JepRoiReadByteStreamV1Cnv.h:55
LVL1BS::JepRoiReadByteStreamV1Cnv::JepRoiReadByteStreamV1Cnv
JepRoiReadByteStreamV1Cnv(ISvcLocator *svcloc)
LVL1BS
Definition: ZdcByteStreamReadV1V2Tool.h:47
LVL1BS::JepRoiReadByteStreamV1Cnv
ByteStream converter for JEP component containers.
Definition: JepRoiReadByteStreamV1Cnv.h:34
LVL1BS::JepRoiReadByteStreamV1Cnv::m_tool
ToolHandle< LVL1BS::JepRoiByteStreamV1Tool > m_tool
Tool that does the actual work.
Definition: JepRoiReadByteStreamV1Cnv.h:52
JepRoiReadByteStreamV1Cnv.icc
LVL1BS::JepRoiReadByteStreamV1Cnv::initialize
virtual StatusCode initialize() override
ServiceHandle< IROBDataProviderSvc >