5#ifndef TRIGHYPOCOMMONTOOLS_L1INFOHYPO_H
6#define TRIGHYPOCOMMONTOOLS_L1INFOHYPO_H
8#include "GaudiKernel/ToolHandle.h"
20 L1InfoHypo(
const std::string& name, ISvcLocator* pSvcLocator );
23 virtual StatusCode
execute(
const EventContext& context)
const override;
26 ToolHandleArray <IL1InfoHypoTool>
m_hypoTools {
this,
"HypoTools", {},
"Tools that perform actual selection"};
HypoBase(const std::string &name, ISvcLocator *pSvcLocator)
constructor, to be called by sub-class constructors
SG::ReadHandleKey< ROIB::RoIBResult > m_RoIBResultKey
ToolHandleArray< IL1InfoHypoTool > m_hypoTools
virtual StatusCode initialize() override
virtual StatusCode execute(const EventContext &context) const override
L1InfoHypo(const std::string &name, ISvcLocator *pSvcLocator)
Property holding a SG store/key/clid from which a ReadHandle is made.