5#ifndef ITKSTRIPS_BYTESTREAMCNV_ITKSTRIPRAWDATAPROVIDER_H
6#define ITKSTRIPS_BYTESTREAMCNV_ITKSTRIPRAWDATAPROVIDER_H
22#include "GaudiKernel/ServiceHandle.h"
23#include "GaudiKernel/ToolHandle.h"
39 using AthReentrantAlgorithm::AthReentrantAlgorithm;
48 virtual StatusCode
execute(
const EventContext& ctx)
const override;
55 "ROBDataProviderSvc"};
60 "RegSelTool/RegSel_SCT"};
65 "ITkStripRawDataProviderTool",
66 "ITkStrips Raw Data Provider Tool"};
70 "ITkStripCablingTool",
71 "ITkStripCablingTool",
72 "Tool to retrieve ITk Cabling"};
79 BooleanProperty
m_roiSeeded{
this,
"isRoI_Seeded",
false,
"Use RoI"};
83 this,
"useDataPoolWithCache",
false,
"use DataPool With Cache"};
111 "IDCByteStreamErrContainer",
112 "SCT_ByteStreamErrs",
113 "SCT BS error key for IDC variant"};
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
Athena Algorithm to decode the ITkStrip Byte Stream.
SG::WriteHandleKey< InDetTimeCollection > m_lvl1CollectionKey
Write handle for LVL 1 Inner Detector time collection.
SG::WriteHandleKey< IDCInDetBSErrContainer > m_bsIDCErrContainerKey
Write handle for Inner Detector ByteStream error container.
SG::WriteHandleKey< InDetTimeCollection > m_bcIDCollectionKey
Write handle for BC ID Inner Detector time collection.
SG::UpdateHandleKey< SCT_RDO_Cache > m_rdoContainerCacheKey
Update handle for SCT RDO and Erorrs Cache.
ToolHandle< IITkStripCablingTool > m_cabling
Providing mappings of online and offline identifiers and also serial numbers.
ToolHandle< IRegSelTool > m_regionSelector
Region Selector tool for Athena.
Gaudi::Property< bool > m_useDataPoolWithCache
Boolean to Use DataPool with IDC online Cache.
SG::WriteHandleKey< SCT_RDO_Container > m_rdoContainerKey
Write handle for SCT RDO container.
virtual StatusCode execute(const EventContext &ctx) const override
Execute.
SG::ReadHandleKey< TrigRoiDescriptorCollection > m_roiCollectionKey
Read handle for Trigger ROI descriptor collection.
BooleanProperty m_roiSeeded
Boolean to determine if SCT Raw Data Provider should be run in RoI seeded mode.
ToolHandle< IITkStripRawDataProviderTool > m_rawDataTool
Tool to fill Collections of SCT RDO Containers.
const SCT_ID * m_sctID
Identifier helper class for the SCT subdetector that creates compact Identifier objects and Identifie...
virtual ~ITkStripRawDataProvider()=default
Destructor.
SG::UpdateHandleKey< IDCInDetBSErrContainer_Cache > m_bsErrContainerCacheKey
virtual StatusCode initialize() override
Initialize.
Gaudi::Property< bool > m_storeInDetTimeColls
ServiceHandle< IROBDataProviderSvc > m_robDataProvider
ROB Data Provider for accessing ROB data.
This is an Identifier helper class for the SCT subdetector.
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which an UpdateHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.