4#ifndef TRIGHYPOCOMMONTOOLS_TRIGGENERICHYPOALG_H
5#define TRIGHYPOCOMMONTOOLS_TRIGGENERICHYPOALG_H
7#include "GaudiKernel/ToolHandle.h"
16 virtual StatusCode
execute(
const EventContext& context)
const override;
18 ToolHandleArray <TrigGenericHypoTool>
m_hypoTools {
this,
"HypoTools", {},
"Tools that perform actual selection"};
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
HypoBase(const std::string &name, ISvcLocator *pSvcLocator)
constructor, to be called by sub-class constructors
Property holding a SG store/key/clid from which a ReadHandle is made.
virtual StatusCode initialize() override
ToolHandleArray< TrigGenericHypoTool > m_hypoTools
SG::ReadHandleKey< xAOD::TrigCompositeContainer > m_trigCompKey
TrigGenericHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode execute(const EventContext &context) const override