|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TRIGHLTRESULTBYTESTREAM_HLTResultMTByteStreamDecoderAlg_H
6 #define TRIGHLTRESULTBYTESTREAM_HLTResultMTByteStreamDecoderAlg_H
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"};
53 #endif // TRIGHLTRESULTBYTESTREAM_HLTResultMTByteStreamDecoderAlg_H
virtual StatusCode finalize() override
SG::WriteHandleKey< HLT::HLTResultMT > m_hltResultWHKey
StoreGate key for the output HLTResultMT.
Gaudi::Property< std::vector< uint16_t > > m_moduleIdsToDecode
Module IDs to decode.
An algorithm that can be simultaneously executed in multiple threads.
Handle class for recording to StoreGate.
Algorithm creating HLTResultMT from ByteStream representation.
::StatusCode StatusCode
StatusCode definition for legacy code.
ToolHandle< HLTResultMTByteStreamDecoderTool > m_decoderTool
Tool performing the decoding work.
HLTResultMTByteStreamDecoderAlg(const std::string &name, ISvcLocator *svcLoc)
Standard constructor.
std::vector< uint32_t > m_robIdsToDecode
Full ROB IDs constructed from the ModuleIdsToDecode property.
ServiceHandle< IROBDataProviderSvc > m_robDataProviderSvc
ROBDataProvider service handle.
virtual StatusCode initialize() override
virtual StatusCode execute(const EventContext &eventContext) const override