|
ATLAS Offline Software
|
Go to the documentation of this file.
4 #ifndef TRIGOUTPUTHANDLING_HLTRESULTMTMAKERALG_H
5 #define TRIGOUTPUTHANDLING_HLTRESULTMTMAKERALG_H
25 ToolHandle<HLTResultMTMaker>
m_resultMaker {
this,
"ResultMaker",
"HLTResultMTMaker" };
29 #endif // TRIGOUTPUTHANDLING_HLTRESULTMTMAKERALG_H
Simply calls the result maker tool to create HLTResultMT. The algorithm is meant to be used only offl...
An algorithm that can be simultaneously executed in multiple threads.
virtual StatusCode finalize() override
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual ~HLTResultMTMakerAlg() override=default
virtual StatusCode initialize() override
virtual StatusCode execute(const EventContext &context) const override
HLTResultMTMakerAlg(const std::string &name, ISvcLocator *pSvcLocator)
ToolHandle< HLTResultMTMaker > m_resultMaker