ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigT1
TrigT1ResultByteStream
src
RecCTPByteStreamCnv.h
Go to the documentation of this file.
1
// Dear emacs, this is -*- c++ -*-
2
3
/*
4
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
#ifndef TRIGT1RESULTBYTESTREAM_RECCTPBYTESTREAMCNV_H
8
#define TRIGT1RESULTBYTESTREAM_RECCTPBYTESTREAMCNV_H
9
10
// Gaudi/Athena include(s):
11
#include "GaudiKernel/Converter.h"
12
#include "GaudiKernel/ServiceHandle.h"
13
#include "GaudiKernel/ToolHandle.h"
14
15
#include "
ByteStreamCnvSvcBase/ROBDataProviderSvc.h
"
16
17
// Local include(s):
18
#include "
RecCTPByteStreamTool.h
"
19
#include "
CTPSrcIdMap.h
"
20
21
35
class
RecCTPByteStreamCnv
:
public
Converter
{
36
37
public
:
39
RecCTPByteStreamCnv
(ISvcLocator* svcloc);
40
42
virtual
StatusCode
initialize
()
override
;
44
virtual
StatusCode
createObj
( IOpaqueAddress* pAddr, DataObject*& pObj )
override
;
45
47
virtual
long
repSvcType
()
const override
{
return
i_repSvcType(); }
49
static
long
storageType
();
51
static
CLID
classID
();
52
53
private
:
55
ToolHandle< RecCTPByteStreamTool >
m_tool
;
56
58
CTPSrcIdMap
m_srcIdMap
;
59
61
ServiceHandle< IROBDataProviderSvc >
m_robDataProvider
;
62
63
};
// class RecCTPByteStreamCnv
64
65
#endif
// TRIGT1RESULTBYTESTREAM_MUCTPIBYTESTREAMCNV_H
CTPSrcIdMap.h
CLID
uint32_t CLID
The Class ID type.
Definition
Event/xAOD/xAODCore/xAODCore/ClassID_traits.h:47
ROBDataProviderSvc.h
RecCTPByteStreamTool.h
CTPSrcIdMap
This class provides conversion between Lower level Source ID to higher level source ID for CTP ByteSt...
Definition
CTPSrcIdMap.h:16
Converter::Converter
Converter()
Definition
Converter.h:29
RecCTPByteStreamCnv::m_srcIdMap
CTPSrcIdMap m_srcIdMap
Object storing the various IDs of the CTP fragment.
Definition
RecCTPByteStreamCnv.h:58
RecCTPByteStreamCnv::createObj
virtual StatusCode createObj(IOpaqueAddress *pAddr, DataObject *&pObj) override
Function creating the CTP_RIO object from a CTP ROB fragment.
Definition
RecCTPByteStreamCnv.cxx:78
RecCTPByteStreamCnv::repSvcType
virtual long repSvcType() const override
Function needed by the framework.
Definition
RecCTPByteStreamCnv.h:47
RecCTPByteStreamCnv::initialize
virtual StatusCode initialize() override
Function connecting to all the needed services/tools.
Definition
RecCTPByteStreamCnv.cxx:48
RecCTPByteStreamCnv::classID
static CLID classID()
Function needed by the framework.
Definition
RecCTPByteStreamCnv.cxx:35
RecCTPByteStreamCnv::m_robDataProvider
ServiceHandle< IROBDataProviderSvc > m_robDataProvider
Service used when reading the BS data.
Definition
RecCTPByteStreamCnv.h:61
RecCTPByteStreamCnv::m_tool
ToolHandle< RecCTPByteStreamTool > m_tool
Tool doing the actual conversion.
Definition
RecCTPByteStreamCnv.h:55
RecCTPByteStreamCnv::storageType
static long storageType()
Function needed by the framework.
Definition
RecCTPByteStreamCnv.cxx:41
RecCTPByteStreamCnv::RecCTPByteStreamCnv
RecCTPByteStreamCnv(ISvcLocator *svcloc)
Standard constructor.
Definition
RecCTPByteStreamCnv.cxx:24
ServiceHandle< IROBDataProviderSvc >
Generated on
for ATLAS Offline Software by
1.17.0