27 return StatusCode::SUCCESS;
34 std::unique_ptr<xAOD::TrigNavigationAuxInfo>
aux = std::make_unique<xAOD::TrigNavigationAuxInfo>();
35 std::unique_ptr<xAOD::TrigNavigation> xaod = std::make_unique<xAOD::TrigNavigation>();
36 xaod->setStore(
aux.get());
41 return StatusCode::SUCCESS;
#define ATH_CHECK
Evaluate an expression and check for errors.
Helpers for checking error return status codes and reporting errors.
#define CHECK(...)
Evaluate an expression and check for errors.
An algorithm that can be simultaneously executed in multiple threads.
SG::WriteHandleKey< xAOD::TrigNavigation > m_xaodKey
StoreGate key for the output object.
SG::ReadHandleKey< HLT::HLTResult > m_aodKey
StoreGate key of the input object.
virtual StatusCode initialize() override
Function initialising the algorithm.
ToolHandle< ITrigNavigationCnvTool > m_cnvTool
TrigNavigationCnvAlg(const std::string &name, ISvcLocator *svcLoc)
Regular Algorithm constructor.
virtual StatusCode execute(const EventContext &ctx) const override
Function executing the algorithm.
SG::ReadCondHandle< T > makeHandle(const SG::ReadCondHandleKey< T > &key, const EventContext &ctx=Gaudi::Hive::currentContext())