4#ifndef TRIGMINBIAS_MBTSHYPOALG_H
5#define TRIGMINBIAS_MBTSHYPOALG_H
21 MbtsHypoAlg(
const std::string &name, ISvcLocator *pSvcLocator);
24 virtual StatusCode
execute(
const EventContext &context)
const override;
27 ToolHandleArray<MbtsHypoTool>
m_hypoTools{
this,
"HypoTools", {}};
HypoBase(const std::string &name, ISvcLocator *pSvcLocator)
constructor, to be called by sub-class constructors
virtual StatusCode execute(const EventContext &context) const override
MbtsHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
ToolHandleArray< MbtsHypoTool > m_hypoTools
virtual StatusCode initialize() override
SG::ReadHandleKey< xAOD::TrigT2MbtsBitsContainer > m_MbtsBitsKey
Property holding a SG store/key/clid from which a ReadHandle is made.