 |
ATLAS Offline Software
|
Go to the documentation of this file.
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;
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"};
124 #endif // ITKSTRIP_RAWDATABYTESTREAMCNV_ITKSTRIPRAWDATAPROVIDER_H
SG::UpdateHandleKey< SCT_RDO_Cache > m_rdoContainerCacheKey
Update handle for SCT RDO and Erorrs Cache.
Property holding a SG store/key/clid from which a ReadHandle is made.
virtual ~ITkStripRawDataProvider()=default
Destructor.
Property holding a SG store/key/clid from which an UpdateHandle is made.
SG::UpdateHandleKey< IDCInDetBSErrContainer_Cache > m_bsErrContainerCacheKey
SG::ReadHandleKey< TrigRoiDescriptorCollection > m_roiCollectionKey
Read handle for Trigger ROI descriptor collection.
Athena Algorithm to decode the ITkStrip Byte Stream.
SG::WriteHandleKey< SCT_RDO_Container > m_rdoContainerKey
Write handle for SCT RDO container.
SG::WriteHandleKey< InDetTimeCollection > m_lvl1CollectionKey
Write handle for LVL 1 Inner Detector time collection.
Gaudi::Property< bool > m_useDataPoolWithCache
Boolean to Use DataPool with IDC online Cache.
ToolHandle< IITkStripRawDataProviderTool > m_rawDataTool
Tool to fill Collections of SCT RDO Containers.
An algorithm that can be simultaneously executed in multiple threads.
::StatusCode StatusCode
StatusCode definition for legacy code.
ServiceHandle< IROBDataProviderSvc > m_robDataProvider
ROB Data Provider for accessing ROB data.
ToolHandle< IITkStripCablingTool > m_cabling
Providing mappings of online and offline identifiers and also serial numbers.
Gaudi::Property< bool > m_storeInDetTimeColls
Property holding a SG store/key/clid from which a WriteHandle is made.
const SCT_ID * m_sctID
Identifier helper class for the SCT subdetector that creates compact Identifier objects and Identifie...
SG::WriteHandleKey< IDCInDetBSErrContainer > m_bsIDCErrContainerKey
Write handle for Inner Detector ByteStream error container.
virtual StatusCode initialize() override
Initialize.
virtual StatusCode execute(const EventContext &ctx) const override
Execute.
SG::WriteHandleKey< InDetTimeCollection > m_bcIDCollectionKey
Write handle for BC ID Inner Detector time collection.
BooleanProperty m_roiSeeded
Boolean to determine if SCT Raw Data Provider should be run in RoI seeded mode.
ToolHandle< IRegSelTool > m_regionSelector
Region Selector tool for Athena.