ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
TileCalorimeter
TileSvc
TileByteStream
TileByteStream
TileMuRcvContByteStreamCnv.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TILEBYTESTREAM_TILEMURCVCONTBYTESTREAMCNV_H
6
#define TILEBYTESTREAM_TILEMURCVCONTBYTESTREAMCNV_H
7
8
#include "
AthenaBaseComps/AthConstConverter.h
"
9
#include "
TileEvent/TileContainer.h
"
10
#include "GaudiKernel/ToolHandle.h"
11
#include "GaudiKernel/ServiceHandle.h"
12
13
class
DataObject;
14
class
StatusCode
;
15
class
IAddressCreator;
16
class
StoreGateSvc
;
17
class
IROBDataProviderSvc
;
18
class
TileMuRcvContByteStreamTool
;
19
class
IByteStreamCnvSvc
;
20
class
TileROD_Decoder
;
21
22
// Abstract factory to create the converter
23
template
<
class
TYPE>
class
CnvFactory
;
24
25
33
34
class
TileMuRcvContByteStreamCnv
35
:
public
AthConstConverter
36
{
37
public
:
38
TileMuRcvContByteStreamCnv
(ISvcLocator* svcloc);
39
40
typedef
TileMuRcvContByteStreamTool
BYTESTREAMTOOL
;
41
42
virtual
StatusCode
initialize
()
override
;
43
virtual
StatusCode
createObjConst
(IOpaqueAddress* pAddr, DataObject*& pObj)
const override
;
44
virtual
StatusCode
createRepConst
(DataObject* pObj, IOpaqueAddress*& pAddr)
const override
;
45
virtual
StatusCode
finalize
()
override
;
46
48
virtual
long
repSvcType
()
const override
{
return
i_repSvcType(); }
49
static
long
storageType
();
50
static
CLID
classID
();
51
52
private
:
54
ToolHandle<BYTESTREAMTOOL>
m_tool
;
55
56
ServiceHandle<IByteStreamCnvSvc>
m_byteStreamCnvSvc
;
57
59
ServiceHandle<StoreGateSvc>
m_storeGate
;
60
62
ServiceHandle<IROBDataProviderSvc>
m_robSvc
;
63
65
ToolHandle<TileROD_Decoder>
m_decoder
;
66
};
67
#endif
68
AthConstConverter.h
Gaudi converter base class with const interfaces.
CLID
uint32_t CLID
The Class ID type.
Definition
Event/xAOD/xAODCore/xAODCore/ClassID_traits.h:47
TileContainer.h
AthConstConverter::AthConstConverter
AthConstConverter(long storage_type, const CLID &class_type, ISvcLocator *svc, const std::string &name)
Definition
AthConstConverter.h:35
CnvFactory
Abstract factory to create the converter.
Definition
ToyConverter.h:16
IByteStreamCnvSvc
interface for bytestream conversion services
Definition
IByteStreamCnvSvc.h:18
IROBDataProviderSvc
Interface class for managing ROB for both online and offline.
Definition
IROBDataProviderSvc.h:23
ServiceHandle
Definition
ClusterMakerTool.h:36
StoreGateSvc
The Athena Transient Store API.
Definition
StoreGateSvc.h:120
TileMuRcvContByteStreamCnv::m_tool
ToolHandle< BYTESTREAMTOOL > m_tool
Pointer to TileMuRcvContByteStreamTool.
Definition
TileMuRcvContByteStreamCnv.h:54
TileMuRcvContByteStreamCnv::m_decoder
ToolHandle< TileROD_Decoder > m_decoder
Pointer to TileROD_Decoder.
Definition
TileMuRcvContByteStreamCnv.h:65
TileMuRcvContByteStreamCnv::m_byteStreamCnvSvc
ServiceHandle< IByteStreamCnvSvc > m_byteStreamCnvSvc
Definition
TileMuRcvContByteStreamCnv.h:56
TileMuRcvContByteStreamCnv::finalize
virtual StatusCode finalize() override
Definition
TileMuRcvContByteStreamCnv.cxx:130
TileMuRcvContByteStreamCnv::TileMuRcvContByteStreamCnv
TileMuRcvContByteStreamCnv(ISvcLocator *svcloc)
Definition
TileMuRcvContByteStreamCnv.cxx:33
TileMuRcvContByteStreamCnv::m_storeGate
ServiceHandle< StoreGateSvc > m_storeGate
Pointer to StoreGateSvc.
Definition
TileMuRcvContByteStreamCnv.h:59
TileMuRcvContByteStreamCnv::classID
static CLID classID()
Definition
TileMuRcvContByteStreamCnv.cxx:43
TileMuRcvContByteStreamCnv::initialize
virtual StatusCode initialize() override
Definition
TileMuRcvContByteStreamCnv.cxx:51
TileMuRcvContByteStreamCnv::repSvcType
virtual long repSvcType() const override
Storage type and class ID.
Definition
TileMuRcvContByteStreamCnv.h:48
TileMuRcvContByteStreamCnv::createRepConst
virtual StatusCode createRepConst(DataObject *pObj, IOpaqueAddress *&pAddr) const override
Convert the transient object to the requested representation.
Definition
TileMuRcvContByteStreamCnv.cxx:100
TileMuRcvContByteStreamCnv::m_robSvc
ServiceHandle< IROBDataProviderSvc > m_robSvc
Pointer to IROBDataProviderSvc.
Definition
TileMuRcvContByteStreamCnv.h:62
TileMuRcvContByteStreamCnv::storageType
static long storageType()
Definition
TileMuRcvContByteStreamCnv.cxx:47
TileMuRcvContByteStreamCnv::BYTESTREAMTOOL
TileMuRcvContByteStreamTool BYTESTREAMTOOL
Definition
TileMuRcvContByteStreamCnv.h:40
TileMuRcvContByteStreamCnv::createObjConst
virtual StatusCode createObjConst(IOpaqueAddress *pAddr, DataObject *&pObj) const override
Create the transient representation of an object.
Definition
TileMuRcvContByteStreamCnv.cxx:73
TileMuRcvContByteStreamTool
This AlgTool class provides conversion from TileMuonReceiverContainer to ByteStream and fill it in Ra...
Definition
TileMuRcvContByteStreamTool.h:41
TileROD_Decoder
Decodes the different TileCal ROD subfragment types in bytestream data and fills TileDigitsContainer,...
Definition
TileROD_Decoder.h:119
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
Generated on
for ATLAS Offline Software by
1.17.0