4#ifndef TRIGLONGLIVEDPARTICLESHYPO_IDCALIBHYPOALG_H
5#define TRIGLONGLIVEDPARTICLESHYPO_IDCALIBHYPOALG_H
9#include "Gaudi/Property.h"
27 IDCalibHypoAlg(
const std::string& name, ISvcLocator* pSvcLocator );
30 virtual StatusCode
execute(
const EventContext& context)
const override;
36 ToolHandleArray< IDCalibHypoTool >
m_hypoTools {
this,
"HypoTools", {},
"Tools to perfrom selection"};
37 ToolHandle<GenericMonitoringTool>
m_monTool {
this,
"MonTool",
"",
"Monitoring tool" };
HypoBase(const std::string &name, ISvcLocator *pSvcLocator)
constructor, to be called by sub-class constructors
ToolHandle< GenericMonitoringTool > m_monTool
virtual StatusCode execute(const EventContext &context) const override
IDCalibHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode initialize() override
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_tracksKey
ToolHandleArray< IDCalibHypoTool > m_hypoTools