5#ifndef TRIGEXPARTIALEB_MTCALIBPEBHYPOALG_H
6#define TRIGEXPARTIALEB_MTCALIBPEBHYPOALG_H
24 virtual StatusCode
finalize()
override;
25 virtual StatusCode
execute(
const EventContext& eventContext)
const override;
27 ToolHandleArray<MTCalibPebHypoTool>
m_hypoTools {
this,
"HypoTools", {},
"Tools to perform selection"};
HypoBase(const std::string &name, ISvcLocator *pSvcLocator)
constructor, to be called by sub-class constructors
virtual StatusCode execute(const EventContext &eventContext) const override
ToolHandleArray< MTCalibPebHypoTool > m_hypoTools
virtual StatusCode initialize() override
virtual ~MTCalibPebHypoAlg()
Standard destructor.
MTCalibPebHypoAlg(const std::string &name, ISvcLocator *svcLoc)
Standard constructor.
virtual StatusCode finalize() override