16#ifndef DATAMODELTESTDATAWRITE_HLTRESULTWRITER_H
17#define DATAMODELTESTDATAWRITE_HLTRESULTWRITER_H
23#include "GaudiKernel/ToolHandle.h"
58 virtual StatusCode
execute()
override;
64 virtual StatusCode
finalize()
override;
72 ToolHandle<HLT::Navigation>
m_nav;
Property holding a SG store/key/clid from which a WriteHandle is made.
Define macros for attributes used to control the static checker.
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
SG::WriteHandleKey< HLT::HLTResult > m_resultKey
Handle to write the HLTResult object.
virtual StatusCode initialize ATLAS_NOT_THREAD_SAFE() override
Algorithm initialization; called at the beginning of the job.
ToolHandle< HLT::Navigation > m_nav
Navigation object use to fill the result.
HLTResultWriter(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
virtual StatusCode execute() override
Algorithm event processing.
virtual StatusCode finalize() override
Algorithm finalization; called at the end of the job.
HLT::HLTResult is sumarising result of trigger decision evaluation (online/offline) It contains basic...
Property holding a SG store/key/clid from which a WriteHandle is made.
It used to be useful piece of code for replacing actual SG with other store of similar functionality ...