4#ifndef TRIGSTREAMERHYPO_TRIGSTREAMERHYPOALG_H
5#define TRIGSTREAMERHYPO_TRIGSTREAMERHYPOALG_H
24 virtual StatusCode
execute(
const EventContext& context )
const override;
29 this,
"HypoTools", {},
"Hypo tools"};
31 Gaudi::Property<bool>
m_featureIsROI{
this,
"FeatureIsROI",
true,
"If the Streamer alg should re-use the initialRoI as the 'feature'. Will re-use the previous step's feature if false"};
HypoBase(const std::string &name, ISvcLocator *pSvcLocator)
constructor, to be called by sub-class constructors
virtual StatusCode initialize() override
TrigStreamerHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
ToolHandleArray< ITrigStreamerHypoTool > m_hypoTools
Gaudi::Property< bool > m_featureIsROI
virtual StatusCode execute(const EventContext &context) const override