|
ATLAS Offline Software
|
Go to the documentation of this file.
16 #ifndef DATAMODELTESTDATAWRITE_HLTRESULTWRITER_H
17 #define DATAMODELTESTDATAWRITE_HLTRESULTWRITER_H
23 #include "GaudiKernel/ToolHandle.h"
72 ToolHandle<HLT::Navigation>
m_nav;
79 #endif // not DATAMODELTESTDATAWRITE_HLTRESULTWRITER_H
virtual StatusCode execute() override
Algorithm event processing.
It used to be useful piece of code for replacing actual SG with other store of similar functionality ...
Test for serializing an xAOD object into bytestream.
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual StatusCode initialize ATLAS_NOT_THREAD_SAFE() override
Algorithm initialization; called at the beginning of the job.
Property holding a SG store/key/clid from which a WriteHandle is made.
ToolHandle< HLT::Navigation > m_nav
Navigation object use to fill the result.
virtual StatusCode finalize() override
Algorithm finalization; called at the end of the job.
SG::WriteHandleKey< HLT::HLTResult > m_resultKey
Handle to write the HLTResult object.
Define macros for attributes used to control the static checker.
HLTResultWriter(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.