5#ifndef TRIGHLTRESULTBYTESTREAM_HLTResultMTByteStreamDecoderAlg_H
6#define TRIGHLTRESULTBYTESTREAM_HLTResultMTByteStreamDecoderAlg_H
27 virtual StatusCode
finalize()
override;
28 virtual StatusCode
execute(
const EventContext& eventContext)
const override;
34 this,
"ModuleIdsToDecode", {0,1,2,3,4,5,6},
35 "List of module IDs from which payload will be decoded"
39 "Key of the output HLTResultMT object"};
43 ToolHandle<HLTResultMTByteStreamDecoderTool>
m_decoderTool {
this,
"DecoderTool",
"HLTResultMTByteStreamDecoderTool",
44 "Tool performing the decoding work"};
Handle class for recording to StoreGate.
An algorithm that can be simultaneously executed in multiple threads.
ToolHandle< HLTResultMTByteStreamDecoderTool > m_decoderTool
Tool performing the decoding work.
virtual StatusCode finalize() override
Gaudi::Property< std::vector< uint16_t > > m_moduleIdsToDecode
Module IDs to decode.
HLTResultMTByteStreamDecoderAlg(const std::string &name, ISvcLocator *svcLoc)
Standard constructor.
ServiceHandle< IROBDataProviderSvc > m_robDataProviderSvc
ROBDataProvider service handle.
virtual StatusCode execute(const EventContext &eventContext) const override
std::vector< uint32_t > m_robIdsToDecode
Full ROB IDs constructed from the ModuleIdsToDecode property.
virtual StatusCode initialize() override
SG::WriteHandleKey< HLT::HLTResultMT > m_hltResultWHKey
StoreGate key for the output HLTResultMT.
Property holding a SG store/key/clid from which a WriteHandle is made.