40 return StatusCode::FAILURE;
49 ToolHandle<ITrigSerializeConvHelper> trigCnvHelper(
"TrigSerializeConvHelper",
this);
52 return StatusCode::SUCCESS;
79 return StatusCode::SUCCESS;
92 if ( !cresult.get() ) {
94 return StatusCode::SUCCESS;
97 ATH_MSG_DEBUG(
"HLTResult is level=" << cresult->getHLTLevel() );
99 const std::vector<uint32_t>& navData = cresult->getNavigationResult();
100 if ( !navData.empty() ) {
101 ATH_MSG_DEBUG(
"Navigation payload obtained from " <<
key <<
" has size " << navData.size() );
129 auto result = std::make_unique<HLT::HLTResult>(*cresult);
131 result->getNavigationResult().clear();
133 ATH_MSG_DEBUG(
"New serialized navigation for " << keyOut <<
" has size " <<
result->getNavigationResult().size() );